]> git.mxchange.org Git - friendica.git/commitdiff
we use the bugtracker on github now
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 20 Aug 2013 09:35:26 +0000 (11:35 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 20 Aug 2013 09:35:26 +0000 (11:35 +0200)
mod/friendica.php

index 28807b5b509f677fe589a5661ab6a35582ea5cf0..a065320a23bb860c4335586227b887eac53dc0bd 100644 (file)
@@ -57,7 +57,7 @@ function friendica_content(&$a) {
 
        $o .= t('Please visit <a href="http://friendica.com">Friendica.com</a> to learn more about the Friendica project.') . '</p><p>';        
 
-       $o .= t('Bug reports and issues: please visit') . ' ' . '<a href="http://bugs.friendica.com">Bugs.Friendica.com</a></p><p>';
+       $o .= t('Bug reports and issues: please visit') . ' ' . '<a href="https://github.com/friendica/friendica/issues?state=open">the bucktracker at github</a></p><p>';
        $o .= t('Suggestions, praise, donations, etc. - please email "Info" at Friendica - dot com') . '</p>';
 
        $o .= '<p></p>';