From 2503dc0fe9a9780a4b32f501ab6d14014a09e14b Mon Sep 17 00:00:00 2001 From: Tiago Barbosa Date: Wed, 1 May 2024 01:20:08 +0100 Subject: [PATCH] fix broken link Signed-off-by: Tiago Barbosa --- docs/components/pagerduty-card.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/pagerduty-card.md b/docs/components/pagerduty-card.md index de4093e..5600646 100644 --- a/docs/components/pagerduty-card.md +++ b/docs/components/pagerduty-card.md @@ -14,6 +14,6 @@ The `PagerDutyCard` is the standard component that you can add to the Entity pag You can add the `PagerDutyCard` to your Backstage application easily by following the steps highlighted in [Configuring Backstage](/backstage-plugin-docs/getting-started/backstage). -The *on call* and *change events* tabs can be removed from the Card by following the steps detailed in [hide change events](backstage-plugin-docs/advanced/hide-change-events) and [hide on call](/backstage-plugin-docs/advanced/hide-oncall). +The *on call* and *change events* tabs can be removed from the Card by following the steps detailed in [hide change events](/backstage-plugin-docs/advanced/hide-change-events) and [hide on call](/backstage-plugin-docs/advanced/hide-oncall). You can optionally also disable the chance to *create new incidents* from the card by making it `read-only`. Refer to the [documentation](/backstage-plugin-docs/advanced/enable-read-only-mode) to see how to do it.