aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/System.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-11-29 17:00:37 -0800
committerzotlabs <mike@macgirvin.com>2016-11-29 17:00:37 -0800
commit0cf6c6c132dda695853ce52089f6745a9c4b29dc (patch)
tree403f691ef48fa30dc9527607d6ca5186d2113176 /Zotlabs/Lib/System.php
parentd757dd4e1750908a9964189c4310c4037c3c3fc4 (diff)
downloadvolse-hubzilla-0cf6c6c132dda695853ce52089f6745a9c4b29dc.tar.gz
volse-hubzilla-0cf6c6c132dda695853ce52089f6745a9c4b29dc.tar.bz2
volse-hubzilla-0cf6c6c132dda695853ce52089f6745a9c4b29dc.zip
wrong link
Diffstat (limited to 'Zotlabs/Lib/System.php')
-rw-r--r--Zotlabs/Lib/System.php2
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';
}