summaryrefslogtreecommitdiffstats
path: root/templates
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
parentcb8f28b4d0b005d3e915b6d027683084739df3bb (diff)
removing owncloud references and updating links
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php4
-rw-r--r--templates/part.content.cronwarning.php4
-rw-r--r--templates/part.content.explore.php2
-rw-r--r--templates/part.settings.php4
4 files changed, 7 insertions, 7 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>
diff --git a/templates/part.content.cronwarning.php b/templates/part.content.cronwarning.php
index 4e3222812..62052b331 100644
--- a/templates/part.content.cronwarning.php
+++ b/templates/part.content.cronwarning.php
@@ -3,7 +3,7 @@
<p><?php p($l->t('Ajax or Web cron mode detected! Your feeds will not be updated!')); ?></p>
<ul>
<li>
- <a href="https://doc.owncloud.org/server/9.0/admin_manual/configuration_server/background_jobs_configuration.html#cron"
+ <a href="https://docs.nextcloud.org/server/9/admin_manual/configuration_server/background_jobs_configuration.html#cron"
target="_blank"
rel="noreferrer">
<?php
@@ -12,7 +12,7 @@
</a>
</li>
<li>
- <a href="https://github.com/owncloud/news-updater"
+ <a href="https://github.com/nextcloud/news-updater"
target="_blank"
rel="noreferrer">
<?php
diff --git a/templates/part.content.explore.php b/templates/part.content.explore.php
index e1871152c..72ecd55dd 100644
--- a/templates/part.content.explore.php
+++ b/templates/part.content.explore.php
@@ -48,6 +48,6 @@
</div>
<div class="explore-footer">
- <a target="_blank" rel="noreferrer" href="https://github.com/owncloud/news/wiki/Explore-Feed-Section"><?php p($l->t('Got more awesome feeds? Share them with us!')) ?></a>
+ <a target="_blank" rel="noreferrer" href="https://github.com/nextcloud/news/tree/master/docs/explore"><?php p($l->t('Got more awesome feeds? Share them with us!')) ?></a>
</div>
</div>
diff --git a/templates/part.settings.php b/templates/part.settings.php
index 2ca2f3532..1afffac2f 100644
--- a/templates/part.settings.php
+++ b/templates/part.settings.php
@@ -146,12 +146,12 @@
<p>
<a target="_blank"
rel="noreferrer"
- href="https://github.com/owncloud/news/wiki"><?php p($l->t('Documentation')); ?></a>
+ href="https://github.com/nextcloud/news/tree/master/docs"><?php p($l->t('Documentation')); ?></a>
</p>
<p>
<a target="_blank"
rel="noreferrer"
- href="https://github.com/owncloud/news/issues/new"><?php p($l->t('Report a bug')); ?></a>
+ href="https://github.com/nextcloud/news/issues/new"><?php p($l->t('Report a bug')); ?></a>
</p>
</div>