diff --git a/docs/resources/message_template.md b/docs/resources/message_template.md index fce74f6c4..d1bebcf4c 100644 --- a/docs/resources/message_template.md +++ b/docs/resources/message_template.md @@ -4,7 +4,7 @@ page_title: "grafana_message_template Resource - terraform-provider-grafana" subcategory: "Alerting" description: |- Manages Grafana Alerting message templates. - Official documentation https://grafana.com/docs/grafana/next/alerting/manage-notifications/create-message-template/HTTP API https://grafana.com/docs/grafana/next/developers/http_api/alerting_provisioning/#templates + Official documentation https://grafana.com/docs/grafana/latest/alerting/manage-notifications/template-notifications/create-notification-templates/HTTP API https://grafana.com/docs/grafana/next/developers/http_api/alerting_provisioning/#templates This resource requires Grafana 9.1.0 or later. --- @@ -12,7 +12,7 @@ description: |- Manages Grafana Alerting message templates. -* [Official documentation](https://grafana.com/docs/grafana/next/alerting/manage-notifications/create-message-template/) +* [Official documentation](https://grafana.com/docs/grafana/latest/alerting/manage-notifications/template-notifications/create-notification-templates/) * [HTTP API](https://grafana.com/docs/grafana/next/developers/http_api/alerting_provisioning/#templates) This resource requires Grafana 9.1.0 or later. diff --git a/internal/resources/grafana/resource_alerting_message_template.go b/internal/resources/grafana/resource_alerting_message_template.go index e343c212b..fc5f93227 100644 --- a/internal/resources/grafana/resource_alerting_message_template.go +++ b/internal/resources/grafana/resource_alerting_message_template.go @@ -15,7 +15,7 @@ func ResourceMessageTemplate() *schema.Resource { Description: ` Manages Grafana Alerting message templates. -* [Official documentation](https://grafana.com/docs/grafana/next/alerting/manage-notifications/create-message-template/) +* [Official documentation](https://grafana.com/docs/grafana/latest/alerting/manage-notifications/template-notifications/create-notification-templates/) * [HTTP API](https://grafana.com/docs/grafana/next/developers/http_api/alerting_provisioning/#templates) This resource requires Grafana 9.1.0 or later.