summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Huslage <huslage@gmail.com>2017-10-25 16:11:33 -0400
committerBrian Coca <bcoca@users.noreply.github.com>2017-10-25 16:25:19 -0400
commit01af68911fe2a2d62c7dc182704532698fa1aaed (patch)
treed3a480d756defefbe4619bf663744de1af8596fe
parentd7d1402bb7d78f9cacfe93555d97127d2b87700a (diff)
downloadansible-01af68911fe2a2d62c7dc182704532698fa1aaed.tar.gz
Change 'connection' to 'inventory' in description
Fixing a copy/paste typo.
-rw-r--r--docs/docsite/rst/dev_guide/developing_plugins.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/dev_guide/developing_plugins.rst b/docs/docsite/rst/dev_guide/developing_plugins.rst
index fb8fb757fc..199b56f5cf 100644
--- a/docs/docsite/rst/dev_guide/developing_plugins.rst
+++ b/docs/docsite/rst/dev_guide/developing_plugins.rst
@@ -189,7 +189,7 @@ When using the 'persistent' cache, inventory plugins can also use the configured
Inventory plugins normally only execute at the start of a run, before playbooks/plays and roles are found,
but they can be 're-executed' via the `meta: refresh_inventory` task, which will clear out the existing inventory and rebuild it.
-For examples on how to implement a connection plug in, see the source code here:
+For examples on how to implement an inventory plug in, see the source code here:
`lib/ansible/plugins/inventory <https://github.com/ansible/ansible/tree/devel/lib/ansible/plugins/inventory>`_.
.. _developing_lookup_plugins: