wrong link

This commit is contained in:
zotlabs 2016-11-29 17:00:37 -08:00
parent d757dd4e17
commit 0cf6c6c132

View File

@ -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';
}