Skip to content

Commit

Permalink
Fix broken link failing on master (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduchesne authored Mar 1, 2023
1 parent 6394575 commit bbf7967
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/resources/message_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ 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.
---

# grafana_message_template (Resource)

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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bbf7967

Please sign in to comment.