]> source.dussan.org Git - nextcloud-server.git/commitdiff
corrected link for app dev instructions
authorJan-Christoph Borchardt <jan@unhosted.org>
Sun, 23 Oct 2011 10:09:52 +0000 (12:09 +0200)
committerJan-Christoph Borchardt <jan@unhosted.org>
Sun, 23 Oct 2011 10:38:36 +0000 (12:38 +0200)
settings/templates/apps.php

index 6f16152bc5bbca07e3dc91302cb782d9c0decfea..27133e9e67edb75bb7171669718c095c2d45c995 100644 (file)
@@ -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):?>