diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-12-08 19:26:51 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-12-08 19:27:02 +0100 |
commit | 1a664736fece03a36cc3926fd6f114c811c394ab (patch) | |
tree | 0c74dbd432fea25c7c556a36cd11b467f810a802 /docs/testing/index.rst | |
parent | 7e1482019ae782be690f4ff30cca6ec8a186d1e5 (diff) |
[docs] fix typo in bundles link
also, move the bash script to automate bundle testing from a gist to
bitmask repo itself.
Diffstat (limited to 'docs/testing/index.rst')
-rw-r--r-- | docs/testing/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/testing/index.rst b/docs/testing/index.rst index d619d6e..d3b7ebd 100644 --- a/docs/testing/index.rst +++ b/docs/testing/index.rst @@ -7,7 +7,7 @@ Testing and Reporting ================================ -`Latest bundles` for the next release cycle are automatically built by our +`Latest bundles`_ for the next release cycle are automatically built by our Gitlab CI for every commit in master. NOTE that, for compatibility reasons, these bundles only support email for the @@ -63,4 +63,4 @@ Xenial live image testing Pasting the following lines in a terminal will help you testing the latest bundle from inside a live image in xenial:: - curl https://gist.githubusercontent.com/kalikaneko/46bc2452f4ffc0c27d028d02625252aa/raw/41019f8c695086965465c559bd1751778275b78c/bitmask-in-ubuntu-live.sh | bash + curl https://0xacab.org/leap/bitmask-dev/raw/master/docs/testing/latest-bundle-xenial | bash |