diff options
Diffstat (limited to 'doc/rtd')
-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 \ |