From 38e657a5d5791919937ca8e0deb2460aaa103883 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 23 Jul 2016 22:02:21 +0200 Subject: removing owncloud references and updating links --- CONTRIBUTING.md | 83 +++++++++------------------------------------------------ 1 file changed, 12 insertions(+), 71 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8140046e5..f0cd60db9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,10 +20,10 @@ This section is split into two section: * Get the latest version of the News app * Disable all browser add-ons to make sure that it's not a plugin's fault (adblockers!) * Clear your PHP opcode cache if you use any by restarting your webserver. This affects any version of PHP >=5.5 -* [Check if they have already been reported](https://github.com/owncloud/news/issues?state=open) -* [Check if your problem is covered in the FAQ section](https://github.com/owncloud/news#faq) +* [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) -If you are not able to add a feed because its XML *does not validate* (see [this issue](https://github.com/owncloud/news/issues/133) for an example), +If you are not able to add a feed because its XML *does not validate* (see [this issue](https://github.com/nextcloud/news/issues/133) for an example), check if: * It is a valid RSS by running it through the [W3C validator](http://validator.w3.org/feed/) @@ -33,7 +33,7 @@ check if: ### When reporting bugs * Enable debug mode in your **config/config.php**: - * ownCloud >=8.2: Add the **debug** attribute to config array (if not already present) and set it to **true**: + * Add the **debug** attribute to config array (if not already present) and set it to **true**: ```php true, ); ``` - * ownCloud < 8.2: Add **DEFINE('DEBUG', true);** at the end of the file - ```php -