]> git.mxchange.org Git - friendica.git/commitdiff
update link locations
authorfriendica <info@friendica.com>
Wed, 14 Dec 2011 03:17:33 +0000 (19:17 -0800)
committerfriendica <info@friendica.com>
Wed, 14 Dec 2011 03:17:33 +0000 (19:17 -0800)
mod/friendica.php

index 9dd6b7383a941d564b2a53c847e19568bc644aa7..ab92e31ed9aab668fe07f3925c180e63720037e7 100644 (file)
@@ -43,9 +43,9 @@ function friendica_content(&$a) {
        $o .= t('This is Friendica, version') . ' ' . FRIENDICA_VERSION . ' ';
        $o .= t('running at web location') . ' ' . z_root() . '</p><p>';
 
-       $o .= t('Please visit <a href="http://project.friendika.com">Project.Friendika.com</a> to learn more about the Friendica project.') . '</p><p>';        
+       $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.friendika.com">Bugs.Friendika.com</a></p><p>';
+       $o .= t('Bug reports and issues: please visit') . ' ' . '<a href="http://bugs.friendica.com">Bugs.Friendica.com</a></p><p>';
        $o .= t('Suggestions, praise, donations, etc. - please email "Info" at Friendica - dot com') . '</p>';
 
        $o .= '<p></p>';