summaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorPilou <pierre-louis@libregerbil.fr>2018-12-06 16:00:48 +0100
committerSandra McCann <samccann@redhat.com>2018-12-06 10:00:48 -0500
commit7fd8d8d8c73f5c445fd6d2fbb4e3eb9fe19ba769 (patch)
treeaa0080fe3d0ebb6ab6ca394d1df5aa9a720835e3 /docs/templates
parent891f1a59cbae175e999db2cbca24f49d4ec646c9 (diff)
downloadansible-7fd8d8d8c73f5c445fd6d2fbb4e3eb9fe19ba769.tar.gz
doc: fix link to ansible-config (#49597)
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/config.rst.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/config.rst.j2 b/docs/templates/config.rst.j2
index bc6c71713f..de86cade5e 100644
--- a/docs/templates/config.rst.j2
+++ b/docs/templates/config.rst.j2
@@ -11,7 +11,7 @@
Ansible supports a few ways of providing configuration variables, mainly through environment variables, command line switches and an ini file named ``ansible.cfg``.
Starting at Ansible 2.4 the ``ansible-config`` utility allows users to see all the configuration settings available, their defaults, how to set them and
-where their current value comes from. See :doc:ansible-config for more information.
+where their current value comes from. See :ref:`ansible-config` for more information.
.. _ansible_configuration_settings_locations: