diff --git a/doc/source/development/automated.rst b/doc/source/development/automated.rst index c090fe77a..3152ce13f 100644 --- a/doc/source/development/automated.rst +++ b/doc/source/development/automated.rst @@ -40,7 +40,7 @@ Preparation Clone the kayobe repository:: - git clone https://github.com/stackhpc/kayobe + git clone https://git.openstack.org/openstack/kayobe.git Change the current directory to the kayobe repository:: @@ -106,7 +106,7 @@ The following commands should be executed on the seed hypervisor. Clone the kayobe repository:: - git clone https://github.com/stackhpc/kayobe + git clone https://git.openstack.org/openstack/kayobe.git Change the current directory to the kayobe repository:: @@ -149,7 +149,7 @@ The following commands should be executed on the seed hypervisor. Change the current directory to the kayobe repository:: - git clone https://github.com/stackhpc/kayobe + git clone https://git.openstack.org/openstack/kayobe.git Change to the ``kayobe`` directory:: diff --git a/doc/source/development/testing.rst b/doc/source/development/testing.rst index e294a5f63..a89e0b707 100644 --- a/doc/source/development/testing.rst +++ b/doc/source/development/testing.rst @@ -52,7 +52,7 @@ git:: # from your home or source directory cd ~ - git clone https://github.com/stackhpc/kayobe + git clone https://git.openstack.org/openstack/kayobe.git cd kayobe Running Unit and Style Tests diff --git a/doc/source/development/vagrant.rst b/doc/source/development/vagrant.rst index 96b7cbba8..fbb91c404 100644 --- a/doc/source/development/vagrant.rst +++ b/doc/source/development/vagrant.rst @@ -39,7 +39,7 @@ accessing the VM. Clone the kayobe repository:: - git clone https://github.com/stackhpc/kayobe + git clone https://git.openstack.org/openstack/kayobe.git Change the current directory to the kayobe repository:: diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 7441d69dc..45e172171 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -52,7 +52,7 @@ code repositories and python virtual environments:: Next, obtain the Kayobe source code. For example:: $ cd /src - $ git clone https://github.com/stackhpc/kayobe + $ git clone https://git.openstack.org/openstack/kayobe.git Create a virtualenv for Kayobe::