aboutsummaryrefslogtreecommitdiffstats
path: root/settings/templates/help.php
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-03-01 23:32:43 +0100
committerThomas Mueller <thomas.mueller@tmit.eu>2013-03-01 23:32:43 +0100
commitf9b454dab10b48df3c64c31ce706169f9bf703bf (patch)
treeacb4bf82f0b2b3bfa02c98d44983f61945011588 /settings/templates/help.php
parent31754a653b13fdf31273177f12c39e32cb8c4001 (diff)
downloadnextcloud-server-f9b454dab10b48df3c64c31ce706169f9bf703bf.tar.gz
nextcloud-server-f9b454dab10b48df3c64c31ce706169f9bf703bf.zip
change bug tracker links to https://github.com/owncloud/core/blob/master/CONTRIBUTING.md
Diffstat (limited to 'settings/templates/help.php')
-rw-r--r--settings/templates/help.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/help.php b/settings/templates/help.php
index 7b2a3321c29..3d56fcd4b40 100644
--- a/settings/templates/help.php
+++ b/settings/templates/help.php
@@ -10,7 +10,7 @@
<a class="button newquestion" href="http://forum.owncloud.org" target="_blank"><?php
echo $l->t( 'Forum' ); ?></a>
<?php if($_['admin']) { ?>
- <a class="button newquestion" href="https://github.com/owncloud/core/issues" target="_blank"><?php
+ <a class="button newquestion" href="https://github.com/owncloud/core/blob/master/CONTRIBUTING.md" target="_blank"><?php
echo $l->t( 'Bugtracker' ); ?></a>
<?php } ?>
<a class="button newquestion" href="http://owncloud.com" target="_blank"><?php