From 776eb3e8cd3e937fc2b6a617a14a79422e6c44f0 Mon Sep 17 00:00:00 2001 From: Homme Zwaagstra Date: Fri, 28 Aug 2015 13:19:13 +0100 Subject: [PATCH] Link to `constants.py` in the source tree. `constants.py` is referenced in the *Environmental configuration* section of the documentation. This change provides a link from the documentation to the source code. --- docsite/rst/intro_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst index e46d2c3f19c..3527d77c8bb 100644 --- a/docsite/rst/intro_configuration.rst +++ b/docsite/rst/intro_configuration.rst @@ -43,7 +43,7 @@ Environmental configuration ``````````````````````````` Ansible also allows configuration of settings via environment variables. If these environment variables are set, they will -override any setting loaded from the configuration file. These variables are for brevity not defined here, but look in 'constants.py' in the source tree if you want to use these. They are mostly considered to be a legacy system as compared to the config file, but are equally valid. +override any setting loaded from the configuration file. These variables are for brevity not defined here, but look in `constants.py `_ in the source tree if you want to use these. They are mostly considered to be a legacy system as compared to the config file, but are equally valid. .. _config_values_by_section: