summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-07-21 02:10:28 +0200
committerLukas Reschke <lukas@statuscode.ch>2016-07-21 02:25:00 +0200
commit14b1edeb5d1ed85dce5989163fbd06355f6bd6d8 (patch)
treeb8c11e104ec7cc5c89c5e750f22ebebacaec90f3
parent4f42c3d7256faa2d29f7b50ed0f2898604fbd916 (diff)
downloadnextcloud-server-14b1edeb5d1ed85dce5989163fbd06355f6bd6d8.tar.gz
nextcloud-server-14b1edeb5d1ed85dce5989163fbd06355f6bd6d8.zip
Add proper links
-rw-r--r--settings/templates/help.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/settings/templates/help.php b/settings/templates/help.php
index 79584aba84d..11726d60387 100644
--- a/settings/templates/help.php
+++ b/settings/templates/help.php
@@ -16,19 +16,19 @@
<?php } ?>
<li>
- <a href="https://owncloud.org/support" target="_blank" rel="noreferrer">
+ <a href="https://docs.nextcloud.org" target="_blank" rel="noreferrer">
<?php p($l->t('Online documentation')); ?> ↗
</a>
</li>
<li>
- <a href="https://forum.owncloud.org" target="_blank" rel="noreferrer">
+ <a href="https://help.nextcloud.com" target="_blank" rel="noreferrer">
<?php p($l->t('Forum')); ?> ↗
</a>
</li>
<?php if($_['admin']) { ?>
<li>
- <a href="https://github.com/owncloud/core/blob/master/CONTRIBUTING.md"
+ <a href="https://github.com/nextcloud/server/blob/master/CONTRIBUTING.md"
target="_blank" rel="noreferrer">
<?php p($l->t('Issue tracker')); ?> ↗
</a>
@@ -36,7 +36,7 @@
<?php } ?>
<li>
- <a href="https://owncloud.com/subscriptions/" target="_blank" rel="noreferrer">
+ <a href="https://nextcloud.com/enterprise/" target="_blank" rel="noreferrer">
<?php p($l->t('Commercial support')); ?> ↗
</a>
</li>