diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-06-07 14:00:18 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-06-07 14:00:18 +0200 |
commit | ad4e8fd7f5638dfda9fe503fe58bced053f51f2a (patch) | |
tree | 130afb7cb8dec11a0356660a82d04026e4bf39c9 /include/network.php | |
parent | 9ffb10c0e6107edc08d4e0d1333676eb326151f1 (diff) | |
parent | 2c7597066c03bc60e83b934415df6fd7551016d1 (diff) | |
download | volse-hubzilla-ad4e8fd7f5638dfda9fe503fe58bced053f51f2a.tar.gz volse-hubzilla-ad4e8fd7f5638dfda9fe503fe58bced053f51f2a.tar.bz2 volse-hubzilla-ad4e8fd7f5638dfda9fe503fe58bced053f51f2a.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'include/network.php')
-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 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']) { |