From 0b823e3fe0908c4dedc6ff00b1a82929e2d9da95 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Tue, 5 Dec 2017 23:54:37 +0530 Subject: [PATCH] Doc: Make documentation link as clickable (#33188) This fixes URL clickable in slack module. Signed-off-by: Abhijeet Kasurde --- lib/ansible/modules/notification/slack.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/notification/slack.py b/lib/ansible/modules/notification/slack.py index 33172ccf45e..628da6fdfe7 100644 --- a/lib/ansible/modules/notification/slack.py +++ b/lib/ansible/modules/notification/slack.py @@ -114,7 +114,8 @@ options: - 'danger' attachments: description: - - Define a list of attachments. This list mirrors the Slack JSON API. For more information, see https://api.slack.com/docs/attachments + - Define a list of attachments. This list mirrors the Slack JSON API. + - For more information, see also in the (U(https://api.slack.com/docs/attachments)). required: false default: None """