aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-06-06 17:12:20 -0700
committerMario <mario@mariovavti.com>2018-06-07 14:19:31 +0200
commitd3f741a8b623c56d4dcf30437f11d06fbbd6ac19 (patch)
treee273ab0592685a5919a9f0d868c96f03e853f8f6 /include
parent9d664df993682fb7cd578aad065e1e0b63994fcc (diff)
downloadvolse-hubzilla-d3f741a8b623c56d4dcf30437f11d06fbbd6ac19.tar.gz
volse-hubzilla-d3f741a8b623c56d4dcf30437f11d06fbbd6ac19.tar.bz2
volse-hubzilla-d3f741a8b623c56d4dcf30437f11d06fbbd6ac19.zip
update a number of links in the code
(cherry picked from commit 2c7597066c03bc60e83b934415df6fd7551016d1)
Diffstat (limited to 'include')
-rw-r--r--include/network.php2
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']) {