summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2021-09-02 17:03:56 -0400
committerGitHub <noreply@github.com>2021-09-02 14:03:56 -0700
commite926f5fe99da9e64381b82652427b2c1f8568b72 (patch)
tree6753d1cff215343660e3ed356396a515af0e2078
parentaffaf24719702b5d941c55f83bce718d90a1559d (diff)
downloadansible-e926f5fe99da9e64381b82652427b2c1f8568b72.tar.gz
fixed ansible.cfg link for 2.9 (#75631)
-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..78817c7248 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.9/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.