Skip to content

Commit

Permalink
Fix mapping.json urls
Browse files Browse the repository at this point in the history
  • Loading branch information
bnuriddin committed Jul 23, 2018
1 parent 77c4b10 commit 8c9bc87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions mapping.json
Expand Up @@ -31,7 +31,7 @@
"Alias": "esp32",
"Images": [
{
"URL": "https://isaaxartifacts.blob.core.windows.net/iotit/isaax-distro/boards/esp/32/firmata.zip",
"URL": "https://cdn.isaax.io/iotit/boards/esp/32/firmata.zip",
"Title": "Firmata"
}
]
Expand All @@ -41,7 +41,7 @@
"Alias": "esp8266",
"Images": [
{
"URL": "https://isaaxartifacts.blob.core.windows.net/iotit/isaax-distro/boards/esp/8266/firmata.zip",
"URL": "https://cdn.isaax.io/iotit/boards/esp/8266/firmata.zip",
"Title": "Firmata"
}
]
Expand Down Expand Up @@ -219,7 +219,7 @@
"Alias": "bb",
"Images": [
{
"URL": "https://isaaxartifacts.blob.core.windows.net/iotit/isaax-distro/boards/beaglebone/ubuntu-16.04.1/bone-ubuntu-16.04.1-console-armhf-2016-10-06-2gb.zip",
"URL": "https://cdn.isaax.io/iotit/boards/beaglebone/ubuntu-16.04.1/bone-ubuntu-16.04.1-console-armhf-2016-10-06-2gb.zip",
"Title": "Ubuntu 16.04",
"Alias": "ubuntu",
"User": "ubuntu",
Expand Down Expand Up @@ -287,7 +287,7 @@
"Pass": "linaro"
},
{
"URL": "https://isaaxartifacts.blob.core.windows.net/iotit/boards/tinker/v2.0.4/20171115-tinker-board-linaro-stretch-alip-v2.0.4.img.zip",
"URL": "https://cdn.isaax.io/iotit/boards/tinker/v2.0.4/20171115-tinker-board-linaro-stretch-alip-v2.0.4.img.zip",
"Title": "TinkerOS Debian",
"Alias": "debian",
"User": "linaro",
Expand All @@ -300,7 +300,7 @@
"Alias": "dragonboard",
"Images": [
{
"URL": "https://isaaxartifacts.blob.core.windows.net/iotit/boards/dragonboard/debian/linaro-stretch-alip-qcom-snapdragon-arm64-20171016-283.img.zip",
"URL": "https://cdn.isaax.io/iotit/boards/dragonboard/debian/linaro-stretch-alip-qcom-snapdragon-arm64-20171016-283.img.zip",
"Title": "DragonBoard 410c Debian",
"Alias": "debian",
"User": "",
Expand Down
2 changes: 1 addition & 1 deletion repo/mapping.go
Expand Up @@ -41,7 +41,7 @@ type DeviceCollection struct {
}

// Images repository URL
const imagesRepo = "https://isaaxartifacts.blob.core.windows.net/iotit/mapping.json"
const imagesRepo = "https://raw.githubusercontent.com/xshellinc/iotit/master/mapping.json"

var path string
var dm *DeviceCollection
Expand Down

0 comments on commit 8c9bc87

Please sign in to comment.