Update outdated url link with slack (#2749)

* fix outdated url link with slack

Signed-off-by: csuzhang <csuzhang@tencent.com>
This commit is contained in:
csuzhang 2021-11-05 05:47:07 +08:00 committed by GitHub
parent 05490d8954
commit b7035556e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -681,8 +681,8 @@ token: <secret>
## `<slack_config>`
Slack notifications are sent via [Slack
webhooks](https://api.slack.com/incoming-webhooks). The notification contains
an [attachment](https://api.slack.com/docs/message-attachments).
webhooks](https://api.slack.com/messaging/webhooks). The notification contains
an [attachment](https://api.slack.com/messaging/composing/layouts#attachments).
```yaml
# Whether to notify about resolved alerts.
@ -725,7 +725,7 @@ fields:
### `<action_config>`
The fields are documented in the Slack API documentation for [message attachments](https://api.slack.com/docs/message-attachments#action_fields) and [interactive messages](https://api.slack.com/docs/interactive-message-field-guide#action_fields).
The fields are documented in the Slack API documentation for [message attachments](https://api.slack.com/messaging/composing/layouts#attachments) and [interactive messages](https://api.slack.com/legacy/interactive-message-field-guide#action_fields).
```yaml
text: <tmpl_string>
@ -741,7 +741,7 @@ type: <tmpl_string>
#### `<action_confirm_field_config>`
The fields are documented in the [Slack API documentation](https://api.slack.com/docs/interactive-message-field-guide#confirmation_fields).
The fields are documented in the [Slack API documentation](https://api.slack.com/legacy/interactive-message-field-guide#confirmation_fields).
```yaml
text: <tmpl_string>
@ -752,7 +752,7 @@ text: <tmpl_string>
### `<field_config>`
The fields are documented in the [Slack API documentation](https://api.slack.com/docs/message-attachments#fields).
The fields are documented in the [Slack API documentation](https://api.slack.com/messaging/composing/layouts#attachments).
```yaml
title: <tmpl_string>
@ -870,7 +870,7 @@ matchers:
## `<victorops_config>`
VictorOps notifications are sent out via the [VictorOps API](https://help.victorops.com/knowledge-base/victorops-restendpoint-integration/)
VictorOps notifications are sent out via the [VictorOps API](https://help.victorops.com/knowledge-base/rest-endpoint-integration-guide/)
```yaml
# Whether to notify about resolved alerts.