Fix broken link in docs/CONTRIBUTING.md
The link for git-rebase manual contains stray character (]) at the end. Closes: #592 Approved by: jlebon
This commit is contained in:
parent
fd6ba80d07
commit
13360cb1c4
|
|
@ -15,7 +15,7 @@ for more information. Instead, we use an instance of
|
||||||
As a review proceeeds, the preferred method is to push `fixup!`
|
As a review proceeeds, the preferred method is to push `fixup!`
|
||||||
commits via `git commit --fixup`. Homu knows how to use
|
commits via `git commit --fixup`. Homu knows how to use
|
||||||
`--autosquash` when performing the final merge. See the
|
`--autosquash` when performing the final merge. See the
|
||||||
[Git documentation](https://git-scm.com/docs/git-rebase]) for more
|
[Git documentation](https://git-scm.com/docs/git-rebase) for more
|
||||||
information.
|
information.
|
||||||
|
|
||||||
Alternative methods if you don't like Github (also fully supported):
|
Alternative methods if you don't like Github (also fully supported):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue