diff options
| author | Tshepang Mbambo <hopsi@tuta.io> | 2025-08-11 09:15:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-11 09:15:33 +0200 |
| commit | 97564bd0707fb6928cea73ed7c61ffda87d1fb3a (patch) | |
| tree | 5992e0cf2c270002d0111f4ae3bdaf8660bffd6a | |
| parent | 5abfd8226ef54bf0d16ce08921588d1aa7296b1e (diff) | |
| download | rust-97564bd0707fb6928cea73ed7c61ffda87d1fb3a.tar.gz rust-97564bd0707fb6928cea73ed7c61ffda87d1fb3a.zip | |
place link on the more suitable text
Also, remove redundant word
| -rw-r--r-- | src/doc/rustc-dev-guide/src/git.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/git.md b/src/doc/rustc-dev-guide/src/git.md index 447c6fd4546..687830a7237 100644 --- a/src/doc/rustc-dev-guide/src/git.md +++ b/src/doc/rustc-dev-guide/src/git.md @@ -338,7 +338,7 @@ your fork with `git push --force-with-lease`. ### Keeping things up to date -The above section on [Rebasing](#rebasing) is a specific +The [above section](#rebasing) is a specific guide on rebasing work and dealing with merge conflicts. Here is some general advice about how to keep your local repo up-to-date with upstream changes: |
