diff --git a/doc/source/admin/install/install_ubuntu.rst b/doc/source/admin/install/install_ubuntu.rst index ed35e591..2bc38d86 100644 --- a/doc/source/admin/install/install_ubuntu.rst +++ b/doc/source/admin/install/install_ubuntu.rst @@ -185,7 +185,7 @@ Install and configure Qinling components # apt install -y python-pip # cd /var/lib/qinling - # git clone https://git.openstack.org/openstack/qinling.git + # git clone https://opendev.org/openstack/qinling.git # chown -R qinling:qinling qinling # cd qinling # pip install -e . diff --git a/doc/source/contributor/development-environment-devstack.rst b/doc/source/contributor/development-environment-devstack.rst index e0c1a6fe..312cb451 100644 --- a/doc/source/contributor/development-environment-devstack.rst +++ b/doc/source/contributor/development-environment-devstack.rst @@ -95,7 +95,7 @@ Here are several things you could customize: .. code-block:: console - enable_plugin qinling-dashboard https://git.openstack.org/openstack/qinling-dashboard + enable_plugin qinling-dashboard https://opendev.org/openstack/qinling-dashboard .. end @@ -137,4 +137,4 @@ set up during devstack installation. Qinling devstack script uses `kubeadm `_ for Kubernetes installation, refer to ``tools/gate/kubeadm/setup_gate.sh`` for -more detailed information about Qinling devstack installation. \ No newline at end of file +more detailed information about Qinling devstack installation.