diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-03-02 02:16:45 -0800 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-03-02 02:16:45 -0800 |
commit | 4c8c97474062515001ba24e0b15a9fdb4574cce1 (patch) | |
tree | 2365771f7bc93dca375b7ec903c48e86fd4bd300 | |
parent | 2af3bc3e77c88ae471d0a756129019c5e076b3e9 (diff) | |
parent | fadb11253b8c3f531d70892bb5f6061dd6bdc338 (diff) | |
download | nextcloud-server-4c8c97474062515001ba24e0b15a9fdb4574cce1.tar.gz nextcloud-server-4c8c97474062515001ba24e0b15a9fdb4574cce1.zip |
Merge pull request #2020 from owncloud/fixing-bugtracker-link-master
change bug tracker links to https://github.com/owncloud/core/blob/master...
-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 |