From 53e77e82de023af54e4e0934e7863176aee51d44 Mon Sep 17 00:00:00 2001 From: Joey Orlando Date: Wed, 6 Mar 2024 13:24:17 -0500 Subject: [PATCH] Fix link on inbound email integration docs (#4025) # What this PR does **Before** Screenshot 2024-03-06 at 12 52 12 **After** Screenshot 2024-03-06 at 12 50 39 ## Which issue(s) this PR closes Fixes issue reported in GH issue comment [here](https://github.com/grafana/oncall/issues/3700#issuecomment-1980991146) Closes [issue link here] ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [ ] Documentation added (or `pr:no public docs` PR label added if not required) - [x] Added the relevant release notes label (see labels prefixed w/ `release:`). These labels dictate how your PR will show up in the autogenerated release notes. --- docs/sources/integrations/inbound-email/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/integrations/inbound-email/index.md b/docs/sources/integrations/inbound-email/index.md index ad4157c4..2ca80307 100644 --- a/docs/sources/integrations/inbound-email/index.md +++ b/docs/sources/integrations/inbound-email/index.md @@ -18,7 +18,7 @@ Inbound Email integration will consume emails from dedicated email address and m ## Configure required environment variables -Refer to [Inbound Email Setup][] for details. +Refer to [Inbound Email Setup] for details. ## Configure Inbound Email integration for Grafana OnCall @@ -47,6 +47,6 @@ Alerts from Inbound Email integration have the following payload: [jinja2-templating]: "/docs/oncall/ -> /docs/oncall//configure/jinja2-templating" [jinja2-templating]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/alerting-and-irm/oncall/configure/jinja2-templating" -[Inbound Email Setup]: "/docs/oncall/ -> /docs/oncall//set-up/open-source#inbound-email-setup) -[Inbound Email Setup]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/alerting-and-irm/oncall/set-up/open-source#inbound-email-setup) +[Inbound Email Setup]: "/docs/oncall/ -> /docs/oncall//set-up/open-source#inbound-email-setup" +[Inbound Email Setup]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/alerting-and-irm/oncall/set-up/open-source#inbound-email-setup" {{% /docs/reference %}}