Merge pull request #14527 from owncloud/clarify-link

clarify link on apps management to the dev documentation
This commit is contained in:
Morris Jobke 2015-02-26 16:10:58 +01:00
commit 2d9886d1c3
1 changed files with 1 additions and 1 deletions

View File

@ -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>