diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-11-30 15:10:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-30 15:10:38 +0100 |
commit | a730fafe2b6bbee8c1624d8150fbead260c0f558 (patch) | |
tree | ebaeb00e3cc73c1b610b0a8a200e97753179f66c | |
parent | a439b452eb28a379a9eb71e9e4e7404441281674 (diff) | |
parent | 6c9855dae487802dd3e925b3466095f25521b4d1 (diff) | |
download | nextcloud-server-a730fafe2b6bbee8c1624d8150fbead260c0f558.tar.gz nextcloud-server-a730fafe2b6bbee8c1624d8150fbead260c0f558.zip |
Merge pull request #2419 from nextcloud/issue-template-location
fix issue template location
-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 |