From aa0dd74c781cdcaf0546c2863fc426f3e7c47b8e Mon Sep 17 00:00:00 2001 From: erlendmoland <56839803+erlendmoland@users.noreply.github.com> Date: Mon, 5 Oct 2020 10:26:43 +0200 Subject: [PATCH] Rocketchat docs: Update broken URLs to API reference (#14895) --- source/_integrations/rocketchat.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/rocketchat.markdown b/source/_integrations/rocketchat.markdown index 6fec23d8cfc..f035e9ceb78 100644 --- a/source/_integrations/rocketchat.markdown +++ b/source/_integrations/rocketchat.markdown @@ -45,6 +45,6 @@ rocketchat_notification: #### Message variables - **message** (*Required*): Message to be displayed. -- **data** (*Optional*): Dictionary containing any of the variables defined in the [Rocket.Chat documentation](https://rocket.chat/docs/developer-guides/rest-api/chat/postmessage#message-object-example) +- **data** (*Optional*): Dictionary containing any of the variables defined in the [Rocket.Chat documentation](https://docs.rocket.chat/api/rest-api/methods/chat/postmessage) To use notifications, please see the [getting started with automation page](/getting-started/automation/).