From 2c7597066c03bc60e83b934415df6fd7551016d1 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 6 Jun 2018 17:12:20 -0700 Subject: update a number of links in the code --- Zotlabs/Lib/System.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Lib') diff --git a/Zotlabs/Lib/System.php b/Zotlabs/Lib/System.php index c3e11eb6a..7bf1343bb 100644 --- a/Zotlabs/Lib/System.php +++ b/Zotlabs/Lib/System.php @@ -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() { -- cgit v1.2.3