diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-09 00:59:48 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-09 00:59:48 -0800 |
commit | 99bd69adfe3ad578d6937cfc03e333d4913881c6 (patch) | |
tree | a519699dd4a12f33679a3d32a779adc08cd986ad /mod | |
parent | 1c8f63f1e50726c00220cfd98f259d2d35d37106 (diff) | |
download | volse-hubzilla-99bd69adfe3ad578d6937cfc03e333d4913881c6.tar.gz volse-hubzilla-99bd69adfe3ad578d6937cfc03e333d4913881c6.tar.bz2 volse-hubzilla-99bd69adfe3ad578d6937cfc03e333d4913881c6.zip |
remove references to redmatrix.me
Diffstat (limited to 'mod')
-rw-r--r-- | mod/siteinfo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/siteinfo.php b/mod/siteinfo.php index c5a1cf12b..f2171caa4 100644 --- a/mod/siteinfo.php +++ b/mod/siteinfo.php @@ -161,7 +161,7 @@ function siteinfo_content(&$a) { '$lastpoll' => get_poller_runtime(), '$commit' => $commit, '$web_location' => t('Running at web location') . ' ' . z_root(), - '$visit' => t('Please visit <a href="https://redmatrix.me">redmatrix.me</a> to learn more about $Projectname.'), + '$visit' => t('Please visit <a href="http://hubzilla.org">hubzilla.org</a> to learn more about $Projectname.'), '$bug_text' => t('Bug reports and issues: please visit'), '$bug_link_url' => 'https://github.com/redmatrix/redmatrix/issues', '$bug_link_text' => t('$projectname issues'), |