From 784b18cb24ad307ac3d4373f0381466684452269 Mon Sep 17 00:00:00 2001 From: Silvio Tomatis Date: Thu, 25 Jun 2015 19:50:17 +0200 Subject: Update link to github --- docsite/rst/developing_plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/developing_plugins.rst b/docsite/rst/developing_plugins.rst index a54e8830f2..c2349ed676 100644 --- a/docsite/rst/developing_plugins.rst +++ b/docsite/rst/developing_plugins.rst @@ -54,7 +54,7 @@ Filter Plugins If you want more Jinja2 filters available in a Jinja2 template (filters like to_yaml and to_json are provided by default), they can be extended by writing a filter plugin. Most of the time, when someone comes up with an idea for a new filter they would like to make available in a playbook, we'll just include them in 'core.py' instead. -Jump into `lib/ansible/runner/filter_plugins/ `_ for details. +Jump into `lib/ansible/runner/filter_plugins/ `_ for details. .. _developing_callbacks: -- cgit v1.2.1