update a number of links in the code

(cherry picked from commit 2c7597066c)
This commit is contained in:
zotlabs
2018-06-06 17:12:20 -07:00
committed by Mario
parent 9d664df993
commit d3f741a8b6
6 changed files with 39 additions and 42 deletions

View File

@@ -54,7 +54,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.com/redmatrix/hubzilla';
return 'https://framagit.org/hubzilla/core.git';
}
static public function get_server_role() {