Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 222b45e

Browse files
oskgotshepang
authored andcommitted
fix rebase link
1 parent bc7f527 commit 222b45e

File tree

1 file changed

+1
-1
lines changed
  • src/doc/rustc-dev-guide/src

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Git has two ways to update your branch with the newest changes: merging and reba
105105
Rust [uses rebasing][no-merge-policy]. If you make a merge commit, it's not too hard to fix:
106106
`git rebase -i upstream/master`.
107107

108-
See [Rebasing][#rebasing] for more about rebasing.
108+
See [Rebasing](#rebasing) for more about rebasing.
109109

110110
### I deleted my fork on GitHub!
111111

0 commit comments

Comments
 (0)