From 19b7911d79fca5c88849498298add83bd825565f Mon Sep 17 00:00:00 2001
From: Lukas Reschke <lukas@owncloud.com>
Date: Sat, 10 Jan 2015 00:54:38 +0100
Subject: [PATCH] Fix URL to developer manual

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a91da28956..a0ebd7c2fc 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -45,7 +45,7 @@ Before we're able to merge your code into the ownCloud core, you need to sign ou
 Please read the [Developer Manuals][devmanual] to learn how to create your first application or how to test the ownCloud code with PHPUnit.
 
 [agreement]: http://owncloud.org/about/contributor-agreement/
-[devmanual]: http://owncloud.org/dev/
+[devmanual]: http://owncloud.org/dev
 
 ## Translations
 Please submit translations via [Transifex][transifex].
-- 
GitLab