From d3f741a8b623c56d4dcf30437f11d06fbbd6ac19 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 (cherry picked from commit 2c7597066c03bc60e83b934415df6fd7551016d1) --- 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 8b7490a8a..93b27b436 100644 --- a/include/network.php +++ b/include/network.php @@ -1729,7 +1729,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