diff options
author | zotlabs <mike@macgirvin.com> | 2018-06-06 17:12:20 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-06-06 17:12:20 -0700 |
commit | 2c7597066c03bc60e83b934415df6fd7551016d1 (patch) | |
tree | 9efa37a517d2452ea522954190ee8bbd3ece44f1 /Zotlabs/Lib/System.php | |
parent | c06c2650e5b514513f412605d91682097e1d9c0a (diff) | |
download | volse-hubzilla-2c7597066c03bc60e83b934415df6fd7551016d1.tar.gz volse-hubzilla-2c7597066c03bc60e83b934415df6fd7551016d1.tar.bz2 volse-hubzilla-2c7597066c03bc60e83b934415df6fd7551016d1.zip |
update a number of links in the code
Diffstat (limited to 'Zotlabs/Lib/System.php')
-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 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() { |