From 6bd4803c804fac795451354d879ca2e8cf0d53b4 Mon Sep 17 00:00:00 2001 From: Marc Mercer Date: Mon, 5 Feb 2018 23:14:08 -0800 Subject: [PATCH] Fixing syntax for mail callback doc (#35379) --- docs/docsite/rst/plugins/callback.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/plugins/callback.rst b/docs/docsite/rst/plugins/callback.rst index 9e3c295a50..a54ac6c1c3 100644 --- a/docs/docsite/rst/plugins/callback.rst +++ b/docs/docsite/rst/plugins/callback.rst @@ -14,7 +14,7 @@ Example Callback Plugins ++++++++++++++++++++++++ The :doc:`log_plays ` callback is an example of how to record playbook events to a log file, -and the :doc:`mail callback/mail` callback sends email on playbook failures. +and the :doc:`mail ` callback sends email on playbook failures. The :doc:`osx_say ` callback responds with computer synthesized speech on OS X in relation to playbook events.