From 33cd4863b7c80014a2e6816b4ec17f996bda54f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Trellu?= Date: Sun, 11 Aug 2019 12:41:53 -0400 Subject: [PATCH] Replace git.openstack.org URLs by opendev.org URLs Change-Id: I4f9a11daad8eaeabc16f008649c3184b987599c3 --- doc/source/admin/install/install_ubuntu.rst | 2 +- doc/source/contributor/development-environment-devstack.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.