From 545ab6bf48a5a092e0f1ef79485ac5ee38de8525 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Sat, 3 Oct 2015 10:16:19 +0200 Subject: [PATCH] Fix hidden link in contribution guide Signed-off-by: David Gageot --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 88433f5337..ae6e5dcdec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -227,7 +227,7 @@ high majority of submissions should have a single commit, so if in doubt: squash down to one. After every commit, [make sure the test suite passes] -((https://docs.docker.com/project/test-and-docs/)). Include documentation +(https://docs.docker.com/project/test-and-docs/). Include documentation changes in the same pull request so that a revert would remove all traces of the feature or fix.