diff options
author | Alessandro Cosentino <cosenal@gmail.com> | 2012-08-04 14:34:57 -0400 |
---|---|---|
committer | Alessandro Cosentino <cosenal@gmail.com> | 2012-08-04 14:34:57 -0400 |
commit | 84aa7c7b548db2a5aa7534ec61fc46cb2ac5dd3a (patch) | |
tree | 345cfba0873dd0aa2936f4b4f61dc5f8d73f4637 /settings | |
parent | d19803654f4b728b17ae5f0f682ba7bd1d9f3953 (diff) | |
download | nextcloud-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.php | 2 |
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):?> |