Skip to content

Commit

Permalink
fixing broken links
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Barbosa <tbarbos@hotmail.com>
  • Loading branch information
t1agob committed May 1, 2024
1 parent 81efbcd commit 60512a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/components/pagerduty-card.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ The `PagerDutyCard` is the standard component that you can add to the Entity pag

![pagerdutycard-component](../images/list-incidents.png)

You can add the `PagerDutyCard` to your Backstage application easily by following the steps highlighted in [Configuring Backstage](backstage-plugin-docs/getting-started/backstage).
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.
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.
6 changes: 3 additions & 3 deletions docs/components/pagerduty-small-card.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ This card doesn't show any *incidents* or *recent changes* as the idea is to be

![pagerdutysmallcard-component-expanded](../images/small-card-expanded.png)

You can add the `PagerDutySmallCard` to your Backstage application easily by following the steps highlighted in [Configuring Backstage](backstage-plugin-docs/getting-started/backstage) but use the `PagerDutySmallCard` instead.
You can add the `PagerDutySmallCard` to your Backstage application easily by following the steps highlighted in [Configuring Backstage](/backstage-plugin-docs/getting-started/backstage) but use the `PagerDutySmallCard` instead.

The *on call* and *insights* tabs can be removed from the Card by following the steps detailed in [hide on call](backstage-plugin-docs/advanced/hide-oncall) and [hide insights](backstage-plugin-docs/advanced/hide-insights).
The *on call* and *insights* tabs can be removed from the Card by following the steps detailed in [hide on call](/backstage-plugin-docs/advanced/hide-oncall) and [hide insights](/backstage-plugin-docs/advanced/hide-insights).

![pagerdutysmallcard-component](../images/small-card-simple.png)

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.
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.

0 comments on commit 60512a5

Please sign in to comment.