Merge pull request #14527 from owncloud/clarify-link
clarify link on apps management to the dev documentation
This commit is contained in:
commit
2d9886d1c3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
<a class="app-external" target="_blank" href="https://apps.owncloud.com/?xsortmode=high"><?php p($l->t('More apps'));?> …</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="app-external" target="_blank" href="https://owncloud.org/dev"><?php p($l->t('Add your app'));?> …</a>
|
||||
<a class="app-external" target="_blank" href="https://owncloud.org/dev"><?php p($l->t('Developer documentation'));?> …</a>
|
||||
</li>
|
||||
<?php endif; ?>
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue