diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-06-12 19:15:31 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-06-12 19:15:31 +0200 |
commit | b60b0f558e1f7fa814fe2b7144c7ef37ab31ed79 (patch) | |
tree | 6f8b14f65c7dad7c429b1081ae0efedd661fb7d1 /settings | |
parent | 40950edbab39b71eaa05ad40ac64fa0caf86b329 (diff) | |
download | nextcloud-server-b60b0f558e1f7fa814fe2b7144c7ef37ab31ed79.tar.gz nextcloud-server-b60b0f558e1f7fa814fe2b7144c7ef37ab31ed79.zip |
Link to Nextcloud domains in the help section
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/help.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/settings/templates/help.php b/settings/templates/help.php index 79584aba84d..f248abc066c 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> |