summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2014-11-01 01:22:12 +0100
committerkwadronaut <kwadronaut@leap.se>2014-11-01 01:22:12 +0100
commit1dcdf12d936a65a942140817252cdcc294ba106b (patch)
treec88f0e0fe554195a18b0bdabeb7261fb570ef7ec
parent3ba89dda2130029e33664c0f7c9b12354bb55c3d (diff)
update download urls for client (closes #6291) and platform (closes #6292)
-rw-r--r--docs/client/bundle-testing.md2
-rw-r--r--docs/platform/development.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/client/bundle-testing.md b/docs/client/bundle-testing.md
index 69e01b9..24890b0 100644
--- a/docs/client/bundle-testing.md
+++ b/docs/client/bundle-testing.md
@@ -92,7 +92,7 @@ Download, extract and run helper script for linux:
Script contents:
#!/bin/bash
- HOST="https://downloads.leap.se/client/linux/"
+ HOST="https://dl.bitmask.net/client/linux/"
VERSION="0.3.7"
# FOLDER="Bitmask-linux32-${VERSION}"
FOLDER="Bitmask-linux64-${VERSION}"
diff --git a/docs/platform/development.md b/docs/platform/development.md
index 53babec..0f17b19 100644
--- a/docs/platform/development.md
+++ b/docs/platform/development.md
@@ -261,7 +261,7 @@ Install vagrant-libvirt plugin and add box
sudo apt-get install ruby-dev libxslt-dev libxml2-dev libvirt-dev
vagrant plugin install vagrant-libvirt
vagrant plugin install sahara
- vagrant box add leap-wheezy https://downloads.leap.se/leap-debian-libvirt.box --provider libvirt
+ vagrant box add leap-wheezy https://downloads.leap.se/platform/vagrant/libvirt/leap-wheezy.box --provider libvirt
Remove Virtualbox
-----------------
@@ -271,7 +271,7 @@ Debugging
---------
If you get an error in any of the above commands, try to get some debugging information, it will often tell you what is wrong. In order to get debugging logs, you simply need to re-run the command that produced the error but prepend the command with VAGRANT_LOG=info, for example:
- VAGRANT_LOG=info vagrant box add leap-wheezy https://downloads.leap.se/leap-debian-libvirt.box
+ VAGRANT_LOG=info vagrant box add leap-wheezy https://downloads.leap.se/platform/vagrant/libvirt/leap-wheezy.box
Start it
--------