From 13360cb1c4e4d2e9464b94fc5e2b57bdccb3d248 Mon Sep 17 00:00:00 2001 From: Abhay Kadam Date: Tue, 22 Nov 2016 18:34:52 +0530 Subject: [PATCH] Fix broken link in docs/CONTRIBUTING.md The link for git-rebase manual contains stray character (]) at the end. Closes: #592 Approved by: jlebon --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index a26f3975..36588113 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -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):