diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2019-04-12 18:48:50 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2019-04-12 18:48:50 +0200 |
commit | d7f3ba96e96742d5d0fd9d00e9fdd0284c6b86eb (patch) | |
tree | ab8be87807e8721cf62e30798b1c626c956e5791 /.github/CONTRIBUTING.md | |
parent | 090aa512341d0b86bf4d90474f3ec9064e5a0717 (diff) | |
download | nextcloud-server-d7f3ba96e96742d5d0fd9d00e9fdd0284c6b86eb.tar.gz nextcloud-server-d7f3ba96e96742d5d0fd9d00e9fdd0284c6b86eb.zip |
fix link to dev documentation
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r-- | .github/CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |