Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-05-04 11:07:29 +0300
committerBenjamin Brahmer <info@b-brahmer.de>2022-05-04 11:18:11 +0300
commit15e613bc363927b5f916e9895730a0828dbe26c0 (patch)
treed4a8bf8f6bcaa4f467ebb5be4b2ad4a2c3bd8aad
parenteeb3c15b0522ba06aff5903de2a24007017daf43 (diff)
fix the url
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--lib/Explore/feeds/feeds.en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Explore/feeds/feeds.en.json b/lib/Explore/feeds/feeds.en.json
index aebe77d80..d855b243c 100644
--- a/lib/Explore/feeds/feeds.en.json
+++ b/lib/Explore/feeds/feeds.en.json
@@ -3,7 +3,7 @@
"title": "Nextcloud News",
"favicon": "https://nextcloud.com/wp-content/themes/next/assets/img/common/favicon-touch.png",
"url": "https://nextcloud.com/news/",
- "feed": "https://nextcloud.com/blogfeed",
+ "feed": "https://nextcloud.com/blog/feed",
"description": "See what is going on in and around Nextcloud",
"votes": 1000
},