From 77b644bdf3932d5a9c22b0ef86017198c2fd48e2 Mon Sep 17 00:00:00 2001
From: Hector Sanjuan <code@hector.link>
Date: Tue, 4 Oct 2016 12:17:58 +0200
Subject: [PATCH] contribute.md: fix broken link to 'ammending commits' doc.

License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
---
 contribute.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contribute.md b/contribute.md
index 1b1a85e2f..04dd8366d 100644
--- a/contribute.md
+++ b/contribute.md
@@ -77,7 +77,7 @@ properly written. It checks the following:
   script which will setup a Git commit-msg hook that will add the above
   trailers to all the commit messages you write.
 
-See the [documentation about amending commits](docs/amending-commits.md)
+See the [documentation about amending commits](https://github.com/ipfs/community/blob/master/docs/amending-commits.md)
 for explanation about how you can rework commit messages.
   
 Some example commit messages:
-- 
GitLab