diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/network.php | 2 |
1 files changed, 1 insertions, 1 deletions
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']) { |