diff options
author | Andrew Klychkov <aaklychkov@mail.ru> | 2024-09-17 15:17:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-17 15:17:43 +0200 |
commit | c4500cfc3d6c9c5fe3553e0c76f7146de7063ee2 (patch) | |
tree | 4da8e2b40e421bfe523d905e7cf44f0506d2d083 /docs | |
parent | fix: maintain order of insertions into m2m relationship tables (#15536) (diff) | |
download | awx-c4500cfc3d6c9c5fe3553e0c76f7146de7063ee2.tar.xz awx-c4500cfc3d6c9c5fe3553e0c76f7146de7063ee2.zip |
Docs: change Getting started EE guide reference to point to the relevant location (#15502)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docsite/rst/userguide/execution_environments.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/userguide/execution_environments.rst b/docs/docsite/rst/userguide/execution_environments.rst index b713792888..4746f12c27 100644 --- a/docs/docsite/rst/userguide/execution_environments.rst +++ b/docs/docsite/rst/userguide/execution_environments.rst @@ -16,7 +16,7 @@ Execution Environments Building an Execution Environment --------------------------------- -The `Getting started with Execution Environments guide <https://ansible.readthedocs.io/en/latest/getting_started_ee/index.html>`_ will give you a brief technology overview and show you how to build and test your first |ee| in a few easy steps. +The `Getting started with Execution Environments guide <https://docs.ansible.com/ansible/devel/getting_started_ee/index.html>`_ will give you a brief technology overview and show you how to build and test your first |ee| in a few easy steps. Use an execution environment in jobs ------------------------------------ |