4
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2025-06-26 09:39:23 +00:00

Update builds.md

This commit is contained in:
Arceliar
2018-05-05 16:24:04 -05:00
committed by GitHub
parent ad6349aa0d
commit 47ceb0a7ac

View File

@ -14,8 +14,9 @@ For convenience, the [build artifacts](https://circleci.com/api/v1.1/project/git
let url = 'https://circleci.com/api/v1.1/project/github/yggdrasil-network/yggdrasil-go/latest/artifacts?branch=master&filter=successful';
fetch(url)
.then(res => res.json())
.then(function (bins) {
.then(function(res) {
return res.json();
}).then(function (bins) {
var links = document.createElement('p')
for (var idx in bins) {
var bin = bins[idx]