summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-04 14:34:57 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-04 14:34:57 -0400
commit84aa7c7b548db2a5aa7534ec61fc46cb2ac5dd3a (patch)
tree345cfba0873dd0aa2936f4b4f61dc5f8d73f4637 /settings
parentd19803654f4b728b17ae5f0f682ba7bd1d9f3953 (diff)
downloadnextcloud-server-84aa7c7b548db2a5aa7534ec61fc46cb2ac5dd3a.tar.gz
nextcloud-server-84aa7c7b548db2a5aa7534ec61fc46cb2ac5dd3a.zip
link of Add your app was broken
Diffstat (limited to 'settings')
-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 66350e5539c..4f078751753 100644
--- a/settings/templates/apps.php
+++ b/settings/templates/apps.php
@@ -7,7 +7,7 @@
var appid = '<?php echo $_['appid']; ?>';
</script>
<div id="controls">
- <a class="button" target="_blank" href="http://owncloud.org/dev/writing-apps/"><?php echo $l->t('Add your App');?></a>
+ <a class="button" target="_blank" href="http://owncloud.org/dev/apps/getting-started/"><?php echo $l->t('Add your App');?></a>
</div>
<ul id="leftcontent">
<?php foreach($_['apps'] as $app):?>