From dc548a6cd512d377ae52ed648270bbdb3c952c15 Mon Sep 17 00:00:00 2001 From: Evgeny L Date: Mon, 22 Apr 2019 18:40:31 +0000 Subject: [PATCH] Update links in the docs to refer to opendev Sync of Airship project to Github has been stopped [0], refer to opendev.org mirror instead of Github to make sure the user is always referred to updated repos. [0] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005011.html Change-Id: I31303af9176e90f13ef63bfea68ad3796710bae5 --- doc/source/documentation-conventions.rst | 2 +- doc/source/index.rst | 2 +- manifests/common/deploy-airship.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/documentation-conventions.rst b/doc/source/documentation-conventions.rst index 42c97ae4..22c13cee 100644 --- a/doc/source/documentation-conventions.rst +++ b/doc/source/documentation-conventions.rst @@ -84,4 +84,4 @@ main/index page of their `Readthedocs`_ documentation: .. _Readthedocs: https://airshipit.readthedocs.io/ .. _Github: https://github.com .. _Sphinx: http://www.sphinx-doc.org/en/stable/index.html -.. _Treasuremap: https://github.com/openstack/airship-treasuremap \ No newline at end of file +.. _Treasuremap: https://opendev.org/airship/treasuremap/ diff --git a/doc/source/index.rst b/doc/source/index.rst index 20f21964..4f80cdd7 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -61,6 +61,6 @@ Conventions and Standards .. _Kubernetes: https://kubernetes.io/ .. _Openstack: https://www.openstack.org/ .. _Openstack-Helm: https://docs.openstack.org/openstack-helm/latest/ -.. _Treasuremap: https://github.com/openstack/airship-treasuremap +.. _Treasuremap: https://opendev.org/airship/treasuremap/ .. _yaml: http://yaml.org/ .. _specifications: /projects/specs diff --git a/manifests/common/deploy-airship.sh b/manifests/common/deploy-airship.sh index 0cab9cb8..9dd6b236 100755 --- a/manifests/common/deploy-airship.sh +++ b/manifests/common/deploy-airship.sh @@ -420,7 +420,7 @@ function your_next_steps() { echo "Explore Airship Treasuremap repository and documentation" echo "available at the following URLs:" echo " " - echo " https://github.com/openstack/airship-treasuremap" + echo " https://opendev.org/airship/treasuremap/" echo " https://airship-treasuremap.readthedocs.io/" echo " " echo "---------------------------------------------------------------"