aboutsummaryrefslogtreecommitdiffstats
path: root/include/network.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/network.php')
-rw-r--r--include/network.php2
1 files changed, 1 insertions, 1 deletions
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']) {