diff options
author | Marius Blüm <marius@lineone.io> | 2018-08-18 18:47:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-18 18:47:56 +0200 |
commit | 214c950d42fcbe70be6257ee349480fe5d5ea7af (patch) | |
tree | cfe235f1b37ffd819d68720ca2343eea38b58b36 /settings | |
parent | de119eefd66a3bce10909f16ac2c5b6527029682 (diff) | |
download | nextcloud-server-214c950d42fcbe70be6257ee349480fe5d5ea7af.tar.gz nextcloud-server-214c950d42fcbe70be6257ee349480fe5d5ea7af.zip |
Update help.php
Signed-off-by: Marius Blüm <marius@lineone.io>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/help.php | 18 |
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"> |