summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-03 11:05:36 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-03 11:05:36 +0200
commit3f142080db0e9216a55b770dbd8e6330c1c44b7d (patch)
tree85021d0225e8ecdc2bb8c5eecbf1e59cad844871
parent76d1ab0262c4e83b8dcf93f63f01b0eff6d76bcb (diff)
link to the updater directory
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e97b902c5..25283c2c6 100644
--- a/README.md
+++ b/README.md
@@ -121,7 +121,7 @@ To update the News app use change into the **owncloud/apps/news/** directory usi
## Performance Notices
* Use MySQL or PostgreSQL for better database performance
-* Use the [updater script to thread and speed up the update](https://github.com/owncloud/news/wiki/Custom-Updater)
+* Use the [updater script to thread and speed up the update](https://github.com/owncloud/news-updater)
## Updating Notices
@@ -269,7 +269,7 @@ Check the **owncloud/data/owncloud.log** for hints why it failed. After the issu
* Check if the cronjob is ever executed by placing an **error_log('updating')** in the [background job file](https://github.com/owncloud/news/blob/master/cron/updater.php#L27). If the cronjob runs, there should be an updating log statement in your httpd log.
* If there is no **updating** statement in your logs check if your cronjob is executed by executing a different script
* If your cron works fine but owncloud's cronjobs are never executed, file a bug in [core](https://github.com/owncloud/core/)
-* Try the [updater script](https://github.com/owncloud/news/wiki/Custom-Updater)
+* Try the [updater script](https://github.com/owncloud/news-updater)
### Adding feeds that use self-signed certificates
If you want to add a feed that uses a self-signed certificate that is not signed by a trusted CA the request will fail with "SSL certficate is invalid". A common solution is to turn off the certificate verification **which is wrong** and **makes your installation vulnerable to MITM attacks**. Therefore **turning off certificate verification is not supported**.