[master] Properly link to nextcloud
This commit is contained in:
parent
01ab40f557
commit
90a529f8da
|
@ -31,7 +31,7 @@ script(
|
||||||
|
|
||||||
<?php if($_['appstoreEnabled']): ?>
|
<?php if($_['appstoreEnabled']): ?>
|
||||||
<li>
|
<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>
|
</li>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue