diff options
Diffstat (limited to 'settings')
-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 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 |