diff options
author | friendica <redmatrix@redmatrix.me> | 2015-04-01 15:52:02 -0700 |
---|---|---|
committer | friendica <redmatrix@redmatrix.me> | 2015-04-01 15:52:02 -0700 |
commit | d599ebe742a9fa205da989521388a18655353566 (patch) | |
tree | ed0e30b145382a5a9d5293ce1c1a47e8ea6b4281 /mod | |
parent | f0330bcdc2b60438f87fb7caac7b66aaab75034f (diff) | |
download | volse-hubzilla-d599ebe742a9fa205da989521388a18655353566.tar.gz volse-hubzilla-d599ebe742a9fa205da989521388a18655353566.tar.bz2 volse-hubzilla-d599ebe742a9fa205da989521388a18655353566.zip |
update resource links
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 ab6891e25..856909a27 100644 --- a/mod/siteinfo.php +++ b/mod/siteinfo.php @@ -163,7 +163,7 @@ function siteinfo_content(&$a) { '$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 the Red Matrix.'), '$bug_text' => t('Bug reports and issues: please visit'), - '$bug_link_url' => 'https://github.com/friendica/red/issues', + '$bug_link_url' => 'https://github.com/redmatrix/redmatrix/issues', '$bug_link_text' => 'redmatrix issues', '$contact' => t('Suggestions, praise, etc. - please email "redmatrix" at librelist - dot com'), '$donate' => $donate, |