From 15827ae14c5a3e5b0809bf259b6e33cea78bc7c1 Mon Sep 17 00:00:00 2001 From: Hagen <derhagen@users.noreply.github.com> Date: Thu, 11 Nov 2021 15:39:07 +0100 Subject: [PATCH] Fix broken link to Restful API docs Signed-off-by: Hagen Echzell <hagen@simula.no> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b4a63269..fa1ee4db5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@    [](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)