We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da0a4a0 commit d89d417Copy full SHA for d89d417
src/git.md
@@ -105,7 +105,7 @@ Git has two ways to update your branch with the newest changes: merging and reba
105
Rust [uses rebasing][no-merge-policy]. If you make a merge commit, it's not too hard to fix:
106
`git rebase -i upstream/master`.
107
108
-See [Rebasing][#rebasing] for more about rebasing.
+See [Rebasing](#rebasing) for more about rebasing.
109
110
### I deleted my fork on GitHub!
111
0 commit comments