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 --- include/network.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/network.php') diff --git a/include/network.php b/include/network.php index 4b2d2f93f..91a39a6cb 100644 --- a/include/network.php +++ b/include/network.php @@ -1740,7 +1740,7 @@ function deliverable_singleton($channel_id,$xchan) { function get_repository_version($branch = 'master') { - $path = "https://raw.githubusercontent.com/redmatrix/hubzilla/$branch/boot.php"; + $path = "https://framagit.org/hubzilla/core/raw/$branch/boot.php"; $x = z_fetch_url($path); if($x['success']) { -- cgit v1.2.3