diff options
author | Ryan Harper <ryan.harper@canonical.com> | 2019-11-07 21:46:52 +0000 |
---|---|---|
committer | Server Team CI Bot <josh.powers+server-team-bot@canonical.com> | 2019-11-07 21:46:52 +0000 |
commit | 1eba6dd4d764078bf4f813721dcc547958b5a7c4 (patch) | |
tree | f754bd3339078d3458057eba8122bf17fcececa3 /doc/rtd/topics/tests.rst | |
parent | 14451d468cc80d89a80f0fbab7d8e11f3ac467e7 (diff) | |
download | vyos-cloud-init-1eba6dd4d764078bf4f813721dcc547958b5a7c4.tar.gz vyos-cloud-init-1eba6dd4d764078bf4f813721dcc547958b5a7c4.zip |
doc: update launchpad git refs to github
Diffstat (limited to 'doc/rtd/topics/tests.rst')
-rw-r--r-- | doc/rtd/topics/tests.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rtd/topics/tests.rst b/doc/rtd/topics/tests.rst index b83bd899..a2c703a5 100644 --- a/doc/rtd/topics/tests.rst +++ b/doc/rtd/topics/tests.rst @@ -23,7 +23,7 @@ configuration users can run the integration tests via tox: .. code-block:: shell-session - $ git clone https://git.launchpad.net/cloud-init + $ git clone https://github.com/canonical/cloud-init $ cd cloud-init $ tox -e citest -- -h @@ -53,7 +53,7 @@ explaining how to run one or the other independently. .. code-block:: shell-session - $ git clone https://git.launchpad.net/cloud-init + $ git clone https://github.com/canonical/cloud-init $ cd cloud-init $ tox -e citest -- run --verbose \ --os-name stretch --os-name xenial \ |