summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2021-09-02 17:01:54 -0400
committerGitHub <noreply@github.com>2021-09-02 14:01:54 -0700
commit5bc16fcc15b1ff10b805893c60ded6c06b60a935 (patch)
treec109df3252ee7b4c9f1fa3d1c6d18d7823eae5af
parent15cf9f1db27358f50166fa5d52895e371e8311ff (diff)
downloadansible-5bc16fcc15b1ff10b805893c60ded6c06b60a935.tar.gz
fixed for 2.10 (#75630)
-rw-r--r--docs/docsite/rst/installation_guide/intro_configuration.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/installation_guide/intro_configuration.rst b/docs/docsite/rst/installation_guide/intro_configuration.rst
index 131c6c4462..6a9e73d932 100644
--- a/docs/docsite/rst/installation_guide/intro_configuration.rst
+++ b/docs/docsite/rst/installation_guide/intro_configuration.rst
@@ -30,7 +30,7 @@ as a ``.rpmnew`` file (or other) as appropriate in the case of updates.
If you installed Ansible from pip or from source, you may want to create this file in order to override
default settings in Ansible.
-An `example file is available on GitHub <https://github.com/ansible/ansible/blob/devel/examples/ansible.cfg>`_.
+An `example file is available on GitHub <https://github.com/ansible/ansible/blob/stable-2.10/examples/ansible.cfg>`_.
For more details and a full listing of available configurations go to :ref:`configuration_settings<ansible_configuration_settings>`. Starting with Ansible version 2.4, you can use the :ref:`ansible-config` command line utility to list your available options and inspect the current values.