From 24482cf7a0aaa0a76bfe099701bbcd6dcfbeb024 Mon Sep 17 00:00:00 2001 From: TwiN Date: Mon, 8 Nov 2021 21:07:16 -0500 Subject: [PATCH] Fix icon_url for Mattermost --- alerting/provider/mattermost/mattermost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alerting/provider/mattermost/mattermost.go b/alerting/provider/mattermost/mattermost.go index 5d2f04f7..76199759 100644 --- a/alerting/provider/mattermost/mattermost.go +++ b/alerting/provider/mattermost/mattermost.go @@ -61,7 +61,7 @@ func (provider *AlertProvider) ToCustomAlertProvider(endpoint *core.Endpoint, al Body: fmt.Sprintf(`{ "text": "", "username": "gatus", - "icon_url": "https://raw.githubusercontent.com/TwiN/gatus/master/static/logo.png", + "icon_url": "https://raw.githubusercontent.com/TwiN/gatus/master/.github/assets/logo.png", "attachments": [ { "title": ":rescue_worker_helmet: Gatus",