diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-01-10 00:54:38 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-01-10 00:54:38 +0100 |
commit | 19b7911d79fca5c88849498298add83bd825565f (patch) | |
tree | 286083415c950fb453e6c58e44900004cf466c14 /CONTRIBUTING.md | |
parent | 59a1d16d0fd3d67833bfb728ce03cebc7fec4043 (diff) | |
download | nextcloud-server-19b7911d79fca5c88849498298add83bd825565f.tar.gz nextcloud-server-19b7911d79fca5c88849498298add83bd825565f.zip |
Fix URL to developer manual
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a91da28956f..a0ebd7c2fc9 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]. |