summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2020-07-28 11:11:15 -0400
committerGitHub <noreply@github.com>2020-07-28 11:11:15 -0400
commit8fb8f1b2a0710fcc57cde6ae91b439778625fec2 (patch)
tree8a4441860d743a3befb44e99fd5b6920b4c639df
parent7e2cc7db12aa95c4d07d24b42cf6c5bb2d8f41e4 (diff)
downloadansible-8fb8f1b2a0710fcc57cde6ae91b439778625fec2.tar.gz
fix changelog link (#70883)
-rw-r--r--docs/docsite/rst/porting_guides/porting_guide_2.10.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/porting_guides/porting_guide_2.10.rst b/docs/docsite/rst/porting_guides/porting_guide_2.10.rst
index e8cd37e13e..d8c94f7f21 100644
--- a/docs/docsite/rst/porting_guides/porting_guide_2.10.rst
+++ b/docs/docsite/rst/porting_guides/porting_guide_2.10.rst
@@ -13,7 +13,7 @@ This section discusses the behavioral changes between Ansible 2.9 and Ansible 2.
It is intended to assist in updating your playbooks, plugins and other parts of your Ansible infrastructure so they will work with this version of Ansible.
-We suggest you read this page along with `Ansible Changelog for 2.10 <https://github.com/ansible/ansible/blob/devel/changelogs/CHANGELOG-v2.10.rst>`_ to understand what updates you may need to make.
+We suggest you read this page along with `Ansible Changelog for 2.10 <https://github.com/ansible/ansible/blob/stable-2.10/changelogs/CHANGELOG-v2.10.rst>`_ to understand what updates you may need to make.
This document is part of a collection on porting. The complete list of porting guides can be found at :ref:`porting guides <porting_guides>`.