Skip to content

Commit b3d447a

Browse files
oskgotshepang
authored andcommitted
fix rebase link
1 parent f15369c commit b3d447a

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)