summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2012-04-07 13:07:44 +0000
committerTom Needham <needham.thomas@gmail.com>2012-04-07 13:07:44 +0000
commit42e110b49cc2efa63a46f39289f1bfb3e7dbca6f (patch)
treeac0575662c962d19df091e1c19c93f03a625829a /settings/templates
parenta098c7c6858a7c2c646e38d1ba150b13821f4085 (diff)
downloadnextcloud-server-42e110b49cc2efa63a46f39289f1bfb3e7dbca6f.tar.gz
nextcloud-server-42e110b49cc2efa63a46f39289f1bfb3e7dbca6f.zip
Update url
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/apps.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php
index 27133e9e67e..1e49b4c8928 100644
--- a/settings/templates/apps.php
+++ b/settings/templates/apps.php
@@ -5,7 +5,7 @@
*/?>
<div id="controls">
- <a class="button" target="_blank" href="http://owncloud.org/contribute/writing-apps/"><?php echo $l->t('Add your application');?></a>
+ <a class="button" target="_blank" href="http://owncloud.org/dev/writing-apps/"><?php echo $l->t('Add your application');?></a>
</div>
<ul id="leftcontent">
<?php foreach($_['apps'] as $app):?>