From 599152dbf520791d75b2549491b4494911d2b934 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Tue, 23 Apr 2019 19:40:04 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: I09d911357706b2dc8788bfb87a3accf6f53081c5 --- README.rst | 4 ++-- doc/source/contributor/index.rst | 6 +++--- doc/source/index.rst | 2 +- doc/source/install/index.rst | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index a4e5516..508ef10 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,7 @@ Tacker Horizon UI Horizon UI for Tacker VNF Manager * License: Apache license -* Source: https://git.openstack.org/cgit/openstack/tacker-horizon +* Source: https://opendev.org/openstack/tacker-horizon * Bugs: https://bugs.launchpad.net/tacker * Tacker-horizon docs: https://docs.openstack.org/tacker-horizon/latest/ @@ -34,7 +34,7 @@ Clone tacker-horizon repository. :: cd ~/ - git clone https://github.com/openstack/tacker-horizon -b + git clone https://opendev.org/openstack/tacker-horizon -b Install horizon module. :: diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst index ed595ae..41482f1 100644 --- a/doc/source/contributor/index.rst +++ b/doc/source/contributor/index.rst @@ -32,8 +32,8 @@ Project Info ------------ * Free software: under the `Apache license `_ -* Tacker service: https://git.openstack.org/cgit/openstack/tacker -* Tacker-horizon library: https://git.openstack.org/cgit/openstack/tacker-horizon +* Tacker service: https://opendev.org/openstack/tacker +* Tacker-horizon library: https://opendev.org/openstack/tacker-horizon * Bugs tracker: https://bugs.launchpad.net/tacker * Blueprints: https://blueprints.launchpad.net/tacker -* Code review: https://review.openstack.org/#/q/status:open+project:openstack/tacker-horizon,n,z +* Code review: https://review.opendev.org/#/q/status:open+project:openstack/tacker-horizon,n,z diff --git a/doc/source/index.rst b/doc/source/index.rst index 7b83e9c..99f5a46 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -6,7 +6,7 @@ Horizon UI for NFV Orchestration (Tacker) * License: `Apache license `_ * Tacker-horizon docs: https://docs.openstack.org/tacker-horizon/lastest -* Source: https://git.openstack.org/cgit/openstack/tacker-horizon +* Source: https://opendev.org/openstack/tacker-horizon * Bugs: https://bugs.launchpad.net/tacker Contents diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index bbe3d12..1322049 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -18,7 +18,7 @@ stable/queens. If unspecified the default will be master branch. :: cd ~/ - git clone https://github.com/openstack/tacker-horizon -b + git clone https://opendev.org/openstack/tacker-horizon -b 2. Install horizon module.