]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix dev manual link for NC11 2596/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Fri, 9 Dec 2016 18:32:16 +0000 (19:32 +0100)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Fri, 9 Dec 2016 18:32:16 +0000 (19:32 +0100)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
CONTRIBUTING.md
settings/templates/apps.php

index 7bdd79b7097112958e41904553c715f3545ddbe5..2ed7920a830c41e3f0d88373acac7899a643b6ae 100644 (file)
@@ -58,7 +58,7 @@ like `git config --global alias.ci 'commit -s'`. Now you can commit with
 
 In case you are not sure how to add or update the license header correctly please have a look at [contribute/HowToApplyALicense.md][applyalicense]
 
-[devmanual]: https://docs.nextcloud.org/server/10/developer_manual/
+[devmanual]: https://docs.nextcloud.org/server/11/developer_manual/
 [dcofile]: https://github.com/nextcloud/server/blob/master/contribute/developer-certificate-of-origin
 [applyalicense]: https://github.com/nextcloud/server/blob/master/contribute/HowToApplyALicense.md
 
index 2f7d66cdf28b158dcb2386dccd9a87a923518ca7..a5a98ea506f69c99476621e0b9a2f5493f1b4378 100644 (file)
@@ -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>