summaryrefslogtreecommitdiff
path: root/docsite
diff options
context:
space:
mode:
authorHomme Zwaagstra <homme.zwaagstra@gmail.com>2015-08-28 13:19:13 +0100
committerHomme Zwaagstra <homme.zwaagstra@gmail.com>2015-08-28 13:19:13 +0100
commit776eb3e8cd3e937fc2b6a617a14a79422e6c44f0 (patch)
tree595fead32d48b90cc11cc46772a9a7e2935a48e1 /docsite
parentaa5f96d28dc7eeeac1d2cd8448f0a48ca4aa55e9 (diff)
downloadansible-776eb3e8cd3e937fc2b6a617a14a79422e6c44f0.tar.gz
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.
Diffstat (limited to 'docsite')
-rw-r--r--docsite/rst/intro_configuration.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst
index e46d2c3f19..3527d77c8b 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 <https://github.com/ansible/ansible/blob/devel/lib/ansible/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: