summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2013-01-11 16:42:06 +0100
committerLukas Reschke <lukas@statuscode.ch>2013-01-11 16:42:06 +0100
commit1eb3c8ecf6a86a879af5773f5ca01be81c9bae49 (patch)
treeccae53c837c196e74fa209db28260a32dadafbfa /core
parent60489764f37a6f344fa20e361a26c7a6006f9c97 (diff)
downloadnextcloud-server-1eb3c8ecf6a86a879af5773f5ca01be81c9bae49.tar.gz
nextcloud-server-1eb3c8ecf6a86a879af5773f5ca01be81c9bae49.zip
Correct link to the bugtracker in exception.php
Diffstat (limited to 'core')
-rw-r--r--core/templates/exception.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/exception.php b/core/templates/exception.php
index 4b951fca51b..47792225557 100644
--- a/core/templates/exception.php
+++ b/core/templates/exception.php
@@ -5,7 +5,7 @@
<p class="exception">
<?php
if($_['showsysinfo'] == true) {
- echo 'If you would like to support ownCloud\'s developers and report this error in our <a href="http://bugs.owncloud.org">Bugtracker</a>, please copy the following informations into the description. <br><br><textarea readonly>';
+ echo 'If you would like to support ownCloud\'s developers and report this error in our <a href="https://github.com/owncloud/core">bug tracker</a>, please copy the following informations into the description. <br><br><textarea readonly>';
echo 'Message: ' . $_['message'] . "\n";
echo 'Error Code: ' . $_['code'] . "\n";
echo 'File: ' . $_['file'] . "\n";