summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-06-03 00:59:39 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-06-03 00:59:39 +0200
commit1d8ea5d2748b053275a6f9ad610072bf6b5a2b32 (patch)
tree11567a7d4d07aab3a28a142c0b487ea4a10b9b9b /README.md
parent5bdb71b20a220be3dc2f8d482499e41dce5fd7a3 (diff)
wiki to docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index d8edeb5e8..1dc366ee1 100644
--- a/README.md
+++ b/README.md
@@ -5,11 +5,10 @@
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nextcloud/news/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/nextcloud/news/?branch=master)
-The News app is an RSS/Atom feed aggregator. It offers a [RESTful API](https://github.com/nextcloud/news/wiki/API-1.2) for app developers. The source code is [available on GitHub](https://github.com/nextcloud/news)
+The News app is an RSS/Atom feed aggregator. It offers a [RESTful API](https://github.com/nextcloud/news/tree/master/docs/externalapi) for app developers. The source code is [available on GitHub](https://github.com/nextcloud/news)
![](https://apps.owncloud.com/CONTENT/content-pre1/168040-1.png)
-For further developer and user documentation please visit [the wiki](https://github.com/nextcloud/news/wiki)
## Maintainers
* [Bernhard Posselt](https://github.com/BernhardPosselt)
@@ -249,7 +248,7 @@ Check the **owncloud/data/owncloud.log** for hints why it failed. After the issu
"maintenance" => false,
### Feeds are not updated
-Feeds can be updated using Nextcloud's system cron or any program that implements the [News app's updater API](https://github.com/nextcloud/news/wiki/Updater-1.2), most notably [Nextcloud News Updater](https://github.com/nextcloud/news-updater). **The feed update is not run in Webcron and AJAX cron mode!**
+Feeds can be updated using Nextcloud's system cron or any program that implements the [News app's updater API](https://github.com/nextcloud/news/tree/master/docs/externalapi), most notably [Nextcloud News Updater](https://github.com/nextcloud/news-updater). **The feed update is not run in Webcron and AJAX cron mode!**
System Cron:
* Check if the config.ini in **owncloud/data/news/config/config.ini** contains **useCronUpdates = true**