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:
Abhay Kadam 2016-11-22 18:34:52 +05:30 committed by Atomic Bot
parent fd6ba80d07
commit 13360cb1c4

View File

@ -15,7 +15,7 @@ for more information. Instead, we use an instance of
As a review proceeeds, the preferred method is to push `fixup!`
commits via `git commit --fixup`. Homu knows how to use
`--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.
Alternative methods if you don't like Github (also fully supported):