summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhooger <horvathg.1988@gmail.com>2022-03-18 19:41:43 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2022-03-19 19:55:02 +0100
commitb28f43deeb0d66b3020d6708b4c47f99c478c925 (patch)
tree8019209ddec387597e7351f86aa57ae68a43f33e
parent239f3a49b8791827949115aa0fdad47ae53abca2 (diff)
fix URL
Signed-off-by: hooger <horvathg.1988@gmail.com>
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 76248ee6a..87e306745 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -25,7 +25,7 @@ Read this when you want to:
* Disable all browser add-ons to make sure that it's not a plugin's fault (adblockers, especially cosmetic filters)
* Clear your PHP opcode cache if you use any by restarting your webserver.
* [Check if they have already been reported](https://github.com/nextcloud/news/issues?state=open)
-* [Check if your problem is covered in the FAQ section](https://github.com/nextcloud/news#faq)
+* [Check if your problem is covered in the FAQ section]( https://nextcloud.github.io/news/faq)
### Debugging issues
* Enable debug mode in your **config/config.php**:
@@ -98,4 +98,4 @@ For linting JavaScript, a [jshint file](https://github.com/nextcloud/news/blob/m
When you commit your change, remember to sign off that you adhere to [DCO requirements](https://developercertificate.org/) as described by [Probot](https://probot.github.io/apps/dco/).
### Change log
-Before you create a pull request, please remember to add an entry to [CHANGELOG.md](https://github.com/nextcloud/news/blob/master/CHANGELOG.md), using the format [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). \ No newline at end of file
+Before you create a pull request, please remember to add an entry to [CHANGELOG.md](https://github.com/nextcloud/news/blob/master/CHANGELOG.md), using the format [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).