aboutsummaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <jan@unhosted.org>2011-10-23 12:09:52 +0200
committerJan-Christoph Borchardt <jan@unhosted.org>2011-10-23 12:38:36 +0200
commit8d203531fbe9a6748c66c63aab1076898e785702 (patch)
treee3ae2d54be62dc1692bdf2c9f477b1d512f33e9e /settings/templates
parent6592fbb948153e17dc90d1e167060a1d5c5bbe40 (diff)
downloadnextcloud-server-8d203531fbe9a6748c66c63aab1076898e785702.tar.gz
nextcloud-server-8d203531fbe9a6748c66c63aab1076898e785702.zip
corrected link for app dev instructions
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 6f16152bc5b..27133e9e67e 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://apps.owncloud.com/"><?php echo $l->t('Add your application');?></a>
+ <a class="button" target="_blank" href="http://owncloud.org/contribute/writing-apps/"><?php echo $l->t('Add your application');?></a>
</div>
<ul id="leftcontent">
<?php foreach($_['apps'] as $app):?>