diff options
author | zotlabs <mike@macgirvin.com> | 2016-11-29 17:00:37 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-11-29 17:00:37 -0800 |
commit | 0cf6c6c132dda695853ce52089f6745a9c4b29dc (patch) | |
tree | 403f691ef48fa30dc9527607d6ca5186d2113176 | |
parent | d757dd4e1750908a9964189c4310c4037c3c3fc4 (diff) | |
download | volse-hubzilla-0cf6c6c132dda695853ce52089f6745a9c4b29dc.tar.gz volse-hubzilla-0cf6c6c132dda695853ce52089f6745a9c4b29dc.tar.bz2 volse-hubzilla-0cf6c6c132dda695853ce52089f6745a9c4b29dc.zip |
wrong link
-rw-r--r-- | Zotlabs/Lib/System.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/System.php b/Zotlabs/Lib/System.php index f05cdcf0e..70443016f 100644 --- a/Zotlabs/Lib/System.php +++ b/Zotlabs/Lib/System.php @@ -51,7 +51,7 @@ class System { static public function get_project_srclink() { if(is_array(\App::$config) && is_array(\App::$config['system']) && \App::$config['system']['project_srclink']) return \App::$config['system']['project_srclink']; - return 'https://github.org/redmatrix/hubzilla'; + return 'https://github.com/redmatrix/hubzilla'; } |