summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHagen <derhagen@users.noreply.github.com>2021-11-11 15:39:07 +0100
committeranoy <anoymouserver@users.noreply.github.com>2021-11-11 17:27:00 +0100
commit15827ae14c5a3e5b0809bf259b6e33cea78bc7c1 (patch)
treee4843f1e849e638e9862b9b4430ddd26d4664eeb
parent5a729c172df9db6376eb1fa8f2f25c205b3f6076 (diff)
Fix broken link to Restful API docs
Signed-off-by: Hagen Echzell <hagen@simula.no>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3b4a63269..fa1ee4db5 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
![Release status](https://github.com/nextcloud/news/workflows/Build%20and%20publish%20app%20release/badge.svg) ![Integration Tests](https://github.com/nextcloud/news/workflows/Integration%20Tests/badge.svg) ![Frontend tests](https://github.com/nextcloud/news/workflows/Frontend%20tests/badge.svg) [![Code coverage](https://img.shields.io/codecov/c/github/nextcloud/news.svg?style=flat)](https://codecov.io/gh/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/Legacy.md) 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://nextcloud.github.io/news/developer/#apis) for app developers. The source code is [available on GitHub](https://github.com/nextcloud/news)
## Documentation
The documentation can be found [here](https://nextcloud.github.io/news/), the source of the documentation is on [GitHub](https://github.com/nextcloud/news/blob/master/docs)