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 "---------------------------------------------------------------"