diff options
author | friendica <info@friendica.com> | 2011-12-13 19:17:33 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-13 19:17:33 -0800 |
commit | 4613e7436138c94f02320d00fd9372ec357be1ee (patch) | |
tree | 11aa38bdf0457bbda775e31e0d253f5826932cc5 /mod/friendica.php | |
parent | 4f2d516920b708ffedd9b8fc60e34b6f9326c644 (diff) | |
download | volse-hubzilla-4613e7436138c94f02320d00fd9372ec357be1ee.tar.gz volse-hubzilla-4613e7436138c94f02320d00fd9372ec357be1ee.tar.bz2 volse-hubzilla-4613e7436138c94f02320d00fd9372ec357be1ee.zip |
update link locations
Diffstat (limited to 'mod/friendica.php')
-rw-r--r-- | mod/friendica.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/friendica.php b/mod/friendica.php index 9dd6b7383..ab92e31ed 100644 --- a/mod/friendica.php +++ b/mod/friendica.php @@ -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>'; |