diff options
-rw-r--r-- | settings/templates/help.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/help.php b/settings/templates/help.php index 3d227817e63..3739d220e6e 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 p($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 p($l->t( 'Bugtracker' )); ?></a> <?php } ?> <a class="button newquestion" href="http://owncloud.com" target="_blank"><?php |