update a number of links in the code

(cherry picked from commit 2c7597066c)
This commit is contained in:
zotlabs
2018-06-07 14:19:31 +02:00
committed by Mario
parent 9d664df993
commit d3f741a8b6
6 changed files with 39 additions and 42 deletions
+1 -1
View File
@@ -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']) {