update a number of links in the code

This commit is contained in:
zotlabs
2018-06-06 17:12:20 -07:00
parent c06c2650e5
commit 2c7597066c
6 changed files with 39 additions and 42 deletions

View File

@@ -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']) {