diff options
-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"> |