[master] Properly link to nextcloud
This commit is contained in:
parent
01ab40f557
commit
90a529f8da
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue