aboutsummaryrefslogtreecommitdiffstats
path: root/include/network.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-06-06 17:12:20 -0700
committerzotlabs <mike@macgirvin.com>2018-06-06 17:12:20 -0700
commit2c7597066c03bc60e83b934415df6fd7551016d1 (patch)
tree9efa37a517d2452ea522954190ee8bbd3ece44f1 /include/network.php
parentc06c2650e5b514513f412605d91682097e1d9c0a (diff)
downloadvolse-hubzilla-2c7597066c03bc60e83b934415df6fd7551016d1.tar.gz
volse-hubzilla-2c7597066c03bc60e83b934415df6fd7551016d1.tar.bz2
volse-hubzilla-2c7597066c03bc60e83b934415df6fd7551016d1.zip
update a number of links in the code
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']) {