diff options
author | Robin Appelman <robin@icewind.nl> | 2016-11-30 14:28:54 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2016-11-30 14:28:54 +0100 |
commit | 6c9855dae487802dd3e925b3466095f25521b4d1 (patch) | |
tree | 115645cc019895b2354debd90af64f868f588c56 /CONTRIBUTING.md | |
parent | f15ea9ec05a035ea5cdf03a8df701a8bc60ee38f (diff) | |
download | nextcloud-server-6c9855dae487802dd3e925b3466095f25521b4d1.tar.gz nextcloud-server-6c9855dae487802dd3e925b3466095f25521b4d1.zip |
fix issue template location
Fixes #2418
Signed-off-by: Robin Appelman <robin@icewind.nl>
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 75d64667761..7bdd79b7097 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ If you have questions about how to install or use Nextcloud, please direct these Help us to maximize the effort we can spend fixing issues and adding new features, by not reporting duplicate issues. -[template]: https://raw.githubusercontent.com/nextcloud/server/master/.github/issue_template.md +[template]: https://raw.githubusercontent.com/nextcloud/server/master/issue_template.md [forum]: https://help.nextcloud.com/ [irc]: https://webchat.freenode.net/?channels=nextcloud |