Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-07-21 03:15:14 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-07-21 03:24:48 +0300
commit90a529f8da90784acda4129889a9e629c0b01ac8 (patch)
tree10e524c7c890b7f0f3c021ba0e2d1b5d7cb5a83a /settings
parent01ab40f55740d6acaa1f893417f94eb9630f714f (diff)
[master] Properly link to nextcloud
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/apps.php2
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>