summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-05-22 11:18:28 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2021-05-22 12:06:56 +0200
commit11483b5221e8a69f065f7ada9ce587a3064f3ff2 (patch)
tree672de9b0d755719fe7c43084c967dcebdd2f9e75
parent29a6d60f52c3a87f2d5a199f6b323eaedf6f5cb1 (diff)
fix broken link
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>