summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-05-22 12:10:29 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2021-05-23 10:44:54 +0200
commit3e7c6a8b7a68f2ab2aabb12915fe46458515dd4a (patch)
tree379a14b915983ae6a1d5c5d43a4004971ed2b886
parent76d731d78ed8ec40b1090d5574ebbfd6f764010d (diff)
backport link fix
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--templates/admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 7d1c64d82..01d1b04e9 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -100,7 +100,7 @@ style('news', 'admin');
'input empty.'
)); ?>
</em>
- <a href="https://nextcloud.github.io/news/features/admin/"><?php p($l->t(
+ <a href="https://nextcloud.github.io/news/admin/"><?php p($l->t(
'For more information check the wiki.'
)); ?></a>
</p>
@@ -119,7 +119,7 @@ style('news', 'admin');
'Interval in seconds in which the feeds will be updated.'
)); ?>
</em>
- <a href="https://nextcloud.github.io/news/features/admin/"><?php p($l->t(
+ <a href="https://nextcloud.github.io/news/admin/><?php p($l->t(
'For more information check the documentation.'
)); ?></a>
</p>