diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-07-21 02:15:14 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-07-21 02:24:48 +0200 |
commit | 90a529f8da90784acda4129889a9e629c0b01ac8 (patch) | |
tree | 10e524c7c890b7f0f3c021ba0e2d1b5d7cb5a83a /settings/templates | |
parent | 01ab40f55740d6acaa1f893417f94eb9630f714f (diff) | |
download | nextcloud-server-90a529f8da90784acda4129889a9e629c0b01ac8.tar.gz nextcloud-server-90a529f8da90784acda4129889a9e629c0b01ac8.zip |
[master] Properly link to nextcloud
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/apps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php index 2edbf1530eb..be8a911c1aa 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -31,7 +31,7 @@ script( <?php if($_['appstoreEnabled']): ?> <li> - <a class="app-external" target="_blank" rel="noreferrer" href="https://owncloud.org/dev"><?php p($l->t('Developer documentation'));?> ↗</a> + <a class="app-external" target="_blank" rel="noreferrer" href="https://docs.nextcloud.org/server/10/developer_manual/"><?php p($l->t('Developer documentation'));?> ↗</a> </li> <?php endif; ?> </script> |