Skip to content

Commit c63720c

Browse files
Change Getting started EE guide reference to point to the relevant location (#1877) (#1880)
(cherry picked from commit 9f3e3f4) Co-authored-by: Andrew Klychkov <[email protected]>
1 parent 8f60dc6 commit c63720c

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docs/docsite/rst/collections_guide/collections_installing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Installing collections in containers
1111
------------------------------------
1212

1313
You can install collections with their dependencies in containers known as Execution Environments.
14-
See `Getting started with Execution Environments <https://ansible.readthedocs.io/en/latest/getting_started_ee/index.html>`_ for details.
14+
See :ref:`getting_started_ee_index` for details.
1515

1616
Installing collections with ``ansible-galaxy``
1717
----------------------------------------------

docs/docsite/rst/command_guide/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ Ansible provides ad hoc commands and several utilities for performing various op
2525
`Ansible Navigator <https://ansible.readthedocs.io/projects/navigator/>`_
2626
A command-line tool and a TUI that provides a convenient user interface for most
2727
of the native Ansible command-line utilities and allows to run Ansible automation content
28-
inside containers (`Execution Environments <https://ansible.readthedocs.io/en/latest/getting_started_ee/index.html>`_)
28+
inside containers (:ref:`Execution Environments<getting_started_ee_index>`)
2929

docs/docsite/rst/community/collection_contributors/collection_requirements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Example: `meta/runtime.yml <https://github.com/ansible-collections/collection_te
199199
meta/execution-environment.yml
200200
------------------------------
201201

202-
If a collection has controller-side Python package and/or system package requirements, to allow easy `execution environment <https://ansible.readthedocs.io/en/latest/getting_started_ee/index.html>`_ building, they SHOULD be listed in corresponding files under the ``meta`` directory, specified in ``meta/execution-environment.yml``, and `verified <https://ansible.readthedocs.io/projects/builder/en/latest/collection_metadata/#when-installing-collections-using-ansible-galaxy>`_.
202+
If a collection has controller-side Python package and/or system package requirements, to allow easy :ref:`execution environment<getting_started_ee_index>` building, they SHOULD be listed in corresponding files under the ``meta`` directory, specified in ``meta/execution-environment.yml``, and `verified <https://ansible.readthedocs.io/projects/builder/en/latest/collection_metadata/#when-installing-collections-using-ansible-galaxy>`_.
203203

204204
See the `Collection-level dependencies guide <https://ansible.readthedocs.io/projects/builder/en/latest/collection_metadata/#collection-level-dependencies>`_ for more information and `collection_template/meta <https://github.com/ansible-collections/collection_template/tree/main/meta>`_ directory content as an example.
205205

docs/docsite/rst/dev_guide/developing_collections_structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ execution_environments.yml
290290
^^^^^^^^^^^^^^^^^^^^^^^^^^
291291

292292
If your collection has requirements, you can specify them in the ``execution-environment.yml`` file in the ``meta`` directory.
293-
This ensures users do not need to add these requirements manually when building `Execution Environments <https://ansible.readthedocs.io/en/latest/getting_started_ee/index.html>`_ containing your collection.
293+
This ensures users do not need to add these requirements manually when building :ref:`Execution Environments<getting_started_ee_index>` containing your collection.
294294
See the `collection-level metadata guide <https://ansible.readthedocs.io/projects/builder/en/stable/collection_metadata/#collection-level-metadata>`_ for details.
295295

296296
.. seealso::

docs/docsite/rst/installation_guide/intro_installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Installing Ansible to containers
194194
================================
195195

196196
Instead of installing Ansible content manually, you can simply build an execution environment container image or use one of the available community images as your control node.
197-
See the `Getting started with Execution Environments guide <https://ansible.readthedocs.io/en/latest/getting_started_ee/index.html>`_ for details.
197+
See :ref:`getting_started_ee_index` for details.
198198

199199
.. _development_install:
200200

docs/docsite/rst/shared_snippets/basic_concepts.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Control node
22
============
33
The machine from which you run the Ansible CLI tools (``ansible-playbook`` , ``ansible``, ``ansible-vault`` and others).
44
You can use any computer that meets the software requirements as a control node - laptops, shared desktops, and servers can all run Ansible.
5-
You can also run Ansible in containers known as `Execution Environments <https://ansible.readthedocs.io/en/latest/getting_started_ee/index.html>`_.
5+
You can also run Ansible in containers known as :ref:`Execution Environments<getting_started_ee_index>`.
66

77
Multiple control nodes are possible, but Ansible itself does not coordinate across them, see ``AAP`` for such features.
88

docs/docsite/rst/tips_tricks/ansible_tips_tricks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ These tips apply to using Ansible, rather than to Ansible artifacts.
132132
Use Execution Environments
133133
--------------------------
134134

135-
Reduce complexity with portable container images known as `Execution Environments <https://ansible.readthedocs.io/en/latest/getting_started_ee/index.html>`_.
135+
Reduce complexity with portable container images known as :ref:`Execution Environments<getting_started_ee_index>`.
136136

137137
Try it in staging first
138138
-----------------------

0 commit comments

Comments
 (0)