From 7d5fd926981b35ebdb0b94264ac77cf5a7a59b86 Mon Sep 17 00:00:00 2001 From: lead2gold Date: Thu, 25 Jan 2018 10:51:22 -0500 Subject: [PATCH] typo - to many colons (:); refs #3 --- Notify_mattermost.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Notify_mattermost.md b/Notify_mattermost.md index 24bfb7d..9037f1d 100644 --- a/Notify_mattermost.md +++ b/Notify_mattermost.md @@ -8,10 +8,10 @@ To use this plugin, you need to first set yourself up with http://mattermost.com ### Syntax Valid syntaxes are as follows: -* **mmost**:://**{hostname}**/**{webhook_id}** -* **mmost**:://**{hostname}**:**{port}**/**{webhook_id}** -* **mmosts**:://**{hostname}**/**{webhook_id}** -* **mmosts**:://**{hostname}**:**{port}**/**{webhook_id}** +* **mmost**://**{hostname}**/**{webhook_id}** +* **mmost**://**{hostname}**:**{port}**/**{webhook_id}** +* **mmosts**://**{hostname}**/**{webhook_id}** +* **mmosts**://**{hostname}**:**{port}**/**{webhook_id}** Secure connections (via https) should be referenced using **mmosts://** where as insecure connections (via http) should be referenced via **mmost://**.