summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2017-01-06 17:32:15 +0100
committerBrian Coca <bcoca@users.noreply.github.com>2017-01-06 11:41:15 -0500
commit8f3c435b27cb3e415e94bd787bd993c2cccb0f51 (patch)
treeb056a9bfc168c75cc30c814786cd24b4f3908428
parentd108a6f0fcd258a328add00095d756d9e960f03d (diff)
downloadansible-8f3c435b27cb3e415e94bd787bd993c2cccb0f51.tar.gz
Fix path to test plugin examples
-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 d2cf235a94..e74993bfc7 100644
--- a/docs/docsite/rst/dev_guide/developing_plugins.rst
+++ b/docs/docsite/rst/dev_guide/developing_plugins.rst
@@ -232,7 +232,7 @@ Test Plugins
Test plugins are for verifying data. They are a feature of Jinja2 and are also available in Jinja2 templates used by the `template` module. As with all plugins, they can be easily extended, but instead of having a file for each one you can have several per file. Most of the test plugins shipped with Ansible reside in a `core.py`. These are specially useful in conjunction with some filter plugins like `map` and `select`; they are also available for conditional directives like `when:`.
-See `lib/ansible/plugins/filter <https://github.com/ansible/ansible/tree/devel/lib/ansible/plugins/filter>`_ for details.
+See `lib/ansible/plugins/test <https://github.com/ansible/ansible/tree/devel/lib/ansible/plugins/test>`_ for details.
.. _distributing_plugins: