diff --git a/doc/source/index.rst b/doc/source/index.rst index 454458d..249b309 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -16,10 +16,10 @@ supplied configuration data, and return any outputs back to Heat. .. _Heat: https://docs.openstack.org/heat/latest .. _diskimage-builder: https://docs.openstack.org/diskimage-builder/latest/ -.. _tripleo-image-elements: https://git.openstack.org/cgit/openstack/tripleo-image-elements -.. _os-collect-config: https://git.openstack.org/cgit/openstack/os-collect-config -.. _os-refresh-config: https://git.openstack.org/cgit/openstack/os-refresh-config -.. _os-apply-config: https://git.openstack.org/cgit/openstack/os-apply-config +.. _tripleo-image-elements: https://opendev.org/openstack/tripleo-image-elements +.. _os-collect-config: https://opendev.org/openstack/os-collect-config +.. _os-refresh-config: https://opendev.org/openstack/os-refresh-config +.. _os-apply-config: https://opendev.org/openstack/os-apply-config .. toctree:: :maxdepth: 3 diff --git a/doc/source/install/building_image.rst b/doc/source/install/building_image.rst index 3205604..a2a9d51 100644 --- a/doc/source/install/building_image.rst +++ b/doc/source/install/building_image.rst @@ -9,9 +9,9 @@ automatically included as a dependency. An example fedora based image containing some hooks can be built and uploaded to glance with the following:: - sudo pip install git+https://git.openstack.org/openstack/diskimage-builder.git - git clone https://git.openstack.org/openstack/tripleo-image-elements.git - git clone https://git.openstack.org/openstack/heat-agents.git + sudo pip install git+https://opendev.org/openstack/diskimage-builder + git clone https://opendev.org/openstack/tripleo-image-elements + git clone https://opendev.org/openstack/heat-agents export ELEMENTS_PATH=tripleo-image-elements/elements:heat-agents/ disk-image-create vm \ fedora selinux-permissive \ diff --git a/doc/source/install/hooks/apply-config.rst b/doc/source/install/hooks/apply-config.rst index 2672466..19a2160 100644 --- a/doc/source/install/hooks/apply-config.rst +++ b/doc/source/install/hooks/apply-config.rst @@ -17,6 +17,6 @@ accumulated metadata, not just data supplied to an individual hook. To use this hook set the ``group`` property to `apply-config` instead of `os-apply-config` in your Heat software configuration resources. -.. _os-apply-config: https://git.openstack.org/cgit/openstack/os-apply-config -.. _tripleo-image-elements: https://git.openstack.org/cgit/openstack/tripleo-image-elements -.. _os-refresh-config: https://git.openstack.org/cgit/openstack/os-refresh-config +.. _os-apply-config: https://opendev.org/openstack/os-apply-config +.. _tripleo-image-elements: https://opendev.org/openstack/tripleo-image-elements +.. _os-refresh-config: https://opendev.org/openstack/os-refresh-config