summaryrefslogtreecommitdiffstats
path: root/templates/admin.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-07-23 22:02:21 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-07-23 22:02:21 +0200
commit38e657a5d5791919937ca8e0deb2460aaa103883 (patch)
tree9ed2ac42065fe483606d3236cf0c4ad1c1077935 /templates/admin.php
parentcb8f28b4d0b005d3e915b6d027683084739df3bb (diff)
removing owncloud references and updating links
Diffstat (limited to 'templates/admin.php')
-rw-r--r--templates/admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin.php b/templates/admin.php
index d0b7c26b8..cfa9d47f6 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -9,7 +9,7 @@ style('news', 'admin');
<p><input type="checkbox" name="news-use-cron-updates"
<?php if ($_['useCronUpdates']) p('checked'); ?>>
<label for="news-use-cron-updates">
- <?php p($l->t('Use ownCloud cron for updates')); ?>
+ <?php p($l->t('Use system cron for updates')); ?>
</label>
</p>
<p>
@@ -118,7 +118,7 @@ style('news', 'admin');
'input empty'
)); ?>.
</em>
- <a href="https://github.com/owncloud/news/wiki/How-to-write-an-explore-service"><?php p($l->t(
+ <a href="https://github.com/nextcloud/news/tree/master/docs/explore"><?php p($l->t(
'For more information check the Wiki'
)); ?></a>
</p>