Link to Nextcloud domains in the help section

This commit is contained in:
Lukas Reschke 2016-06-12 19:15:31 +02:00
parent 40950edbab
commit b60b0f558e
No known key found for this signature in database
GPG key ID: 9AB0ADB949B6898C
3 changed files with 7 additions and 7 deletions

View file

@ -1,2 +1,2 @@
Here goes the admin documentation.
In the meantime go to <a href="http://owncloud.org/support/" target="_blank">ownCloud.org/support</a>
In the meantime go to <a href="https://docs.nextcloud.org/server/9/admin_manual/" target="_blank">docs.nextcloud.org</a>

View file

@ -1,2 +1,2 @@
Here goes the user documentation
In the meantime go to <a href="http://owncloud.org/support/" target="_blank">ownCloud.org/support</a>
Here goes the user documentation.
In the meantime go to <a href="https://docs.nextcloud.org/server/9/user_manual/" target="_blank">docs.nextcloud.org</a>

View file

@ -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>