From: Arthur Schiwon Date: Fri, 12 Apr 2019 16:48:50 +0000 (+0200) Subject: fix link to dev documentation X-Git-Tag: v17.0.0beta1~569^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d7f3ba96e96742d5d0fd9d00e9fdd0284c6b86eb;p=nextcloud-server.git fix link to dev documentation Signed-off-by: Arthur Schiwon --- diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9e34a3d3373..3e4c7d19234 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -58,7 +58,7 @@ like `git config --global alias.ci 'commit -s'`. Now you can commit with In case you are not sure how to add or update the license header correctly please have a look at [contribute/HowToApplyALicense.md][applyalicense] -[devmanual]: https://docs.nextcloud.org/server/13/developer_manual/ +[devmanual]: https://docs.nextcloud.com/server/latest/developer_manual/ [dcofile]: https://github.com/nextcloud/server/blob/master/contribute/developer-certificate-of-origin [applyalicense]: https://github.com/nextcloud/server/blob/master/contribute/HowToApplyALicense.md