]> source.dussan.org Git - nextcloud-server.git/commitdiff
Correct link to the bugtracker in exception.php
authorLukas Reschke <lukas@statuscode.ch>
Fri, 11 Jan 2013 15:42:06 +0000 (16:42 +0100)
committerLukas Reschke <lukas@statuscode.ch>
Fri, 11 Jan 2013 15:42:06 +0000 (16:42 +0100)
core/templates/exception.php

index 4b951fca51bbd1ee8d5555877a8d74463014f172..47792225557fb5520224c9e7c5ef2c1a3d591fb0 100644 (file)
@@ -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";