diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-12-09 19:32:16 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-12-09 19:32:16 +0100 |
commit | fbc494234b24c07d7d0891e159140e61cbb85730 (patch) | |
tree | f5727d41a31e0e5bc878723cd76f5aa386c984c9 /settings/templates | |
parent | 0de83a3a0189a96338abd0345b70c89bc543bf49 (diff) | |
download | nextcloud-server-fbc494234b24c07d7d0891e159140e61cbb85730.tar.gz nextcloud-server-fbc494234b24c07d7d0891e159140e61cbb85730.zip |
Fix dev manual link for NC11
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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 2f7d66cdf28..a5a98ea506f 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -24,7 +24,7 @@ script( <?php if($_['appstoreEnabled']): ?> <li> - <a class="app-external" target="_blank" rel="noreferrer" href="https://docs.nextcloud.org/server/10/developer_manual/"><?php p($l->t('Developer documentation'));?> ↗</a> + <a class="app-external" target="_blank" rel="noreferrer" href="https://docs.nextcloud.org/server/11/developer_manual/"><?php p($l->t('Developer documentation'));?> ↗</a> </li> <?php endif; ?> </script> |