summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-08-20 09:15:49 +0200
committerGitHub <noreply@github.com>2018-08-20 09:15:49 +0200
commitc260e4403d2b54c56c50043d67490e2c1041f3b2 (patch)
tree443f18ea3460facfbd4ba94e2bf0df275bf851b5 /settings
parent1958a710d8c2167e8d02dec208d7d2f192828478 (diff)
parent214c950d42fcbe70be6257ee349480fe5d5ea7af (diff)
downloadnextcloud-server-c260e4403d2b54c56c50043d67490e2c1041f3b2.tar.gz
nextcloud-server-c260e4403d2b54c56c50043d67490e2c1041f3b2.zip
Merge pull request #10744 from nextcloud/update-help-php
Update help.php
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/help.php18
1 files changed, 2 insertions, 16 deletions
diff --git a/settings/templates/help.php b/settings/templates/help.php
index 3f042254f83..4f25444881e 100644
--- a/settings/templates/help.php
+++ b/settings/templates/help.php
@@ -16,8 +16,8 @@
<?php } ?>
<li>
- <a href="https://docs.nextcloud.org" target="_blank" rel="noreferrer noopener">
- <?php p($l->t('Online documentation')); ?> ↗
+ <a href="https://docs.nextcloud.com" target="_blank" rel="noreferrer noopener">
+ <?php p($l->t('Documentation')); ?> ↗
</a>
</li>
<li>
@@ -25,20 +25,6 @@
<?php p($l->t('Forum')); ?> ↗
</a>
</li>
-
- <?php if($_['admin']) { ?>
- <li>
- <a href="https://nextcloud.com/support/" target="_blank" rel="noreferrer noopener">
- <?php p($l->t('Getting help')); ?> ↗
- </a>
- </li>
- <?php } ?>
-
- <li>
- <a href="https://nextcloud.com/enterprise/" target="_blank" rel="noreferrer noopener">
- <?php p($l->t('Commercial support')); ?> ↗
- </a>
- </li>
</div>
<div id="app-content" class="help-includes">