From 6a5cbcf8b887487876640098454dd033600b73d4 Mon Sep 17 00:00:00 2001 From: Jon Pugh Date: Fri, 16 Aug 2019 16:09:43 -0400 Subject: [PATCH] Link to the GitHub Web UI for the example file. (#60611) Change link in the Ansible Config docs to the example `ansible.cfg` file, from the raw download to the web user interface. --- docs/docsite/rst/installation_guide/intro_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/installation_guide/intro_configuration.rst b/docs/docsite/rst/installation_guide/intro_configuration.rst index ef471016adb..131c6c44628 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 `_. +An `example file is available on GitHub `_. For more details and a full listing of available configurations go to :ref:`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.