summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPilou <pierre-louis@libregerbil.fr>2018-12-06 16:00:48 +0100
committerToshio Kuratomi <a.badger@gmail.com>2018-12-06 09:59:51 -0800
commitd4f5e97d6fb5230058135fb6057a2f38cffdd13a (patch)
tree397bcb81cdb58589da93ff6f85c8234e45fa4686 /docs
parent768ad30fbce15844dcdc386bb7826fcd85170179 (diff)
downloadansible-d4f5e97d6fb5230058135fb6057a2f38cffdd13a.tar.gz
doc: fix link to ansible-config (#49597)
(cherry picked from commit 7fd8d8d8c73f5c445fd6d2fbb4e3eb9fe19ba769)
Diffstat (limited to 'docs')
-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: