diff options
author | Rick Elrod <rick@elrod.me> | 2021-04-05 17:28:27 -0500 |
---|---|---|
committer | Rick Elrod <rick@elrod.me> | 2021-04-05 17:35:18 -0500 |
commit | 8f85594ff9a334c6339520755ec61aaa5301ac30 (patch) | |
tree | b2cb00bdd4c59646c23fff531e82f84f6f115332 /docs | |
parent | 6711bb036439ee34ecf0ce84b48df45183bbb843 (diff) | |
download | ansible-2.11.0rc1.tar.gz |
New release v2.11.0rc1v2.11.0rc1
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docsite/rst/porting_guides/porting_guide_core_2.11.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/porting_guides/porting_guide_core_2.11.rst b/docs/docsite/rst/porting_guides/porting_guide_core_2.11.rst index ec55443a78..eb4315cd01 100644 --- a/docs/docsite/rst/porting_guides/porting_guide_core_2.11.rst +++ b/docs/docsite/rst/porting_guides/porting_guide_core_2.11.rst @@ -9,7 +9,7 @@ This section discusses the behavioral changes between ``ansible-base`` 2.10 and It is intended to assist in updating your playbooks, plugins and other parts of your Ansible infrastructure so they work with this version of ``ansible-core``. -We suggest you read this page along with the `ansible-core Changelog for 2.11 <https://github.com/ansible/ansible/blob/devel/changelogs/CHANGELOG-v2.11.rst>`_ to understand what updates you may need to make. +We suggest you read this page along with the `ansible-core Changelog for 2.11 <https://github.com/ansible/ansible/blob/stable-2.11/changelogs/CHANGELOG-v2.11.rst>`_ to understand what updates you may need to make. ``ansible-core`` is mainly of interest for developers and users who only want to use a small, controlled subset of the available collections. Regular users should install Ansible. |