From a3ab2a1414e2e993d9a8cd5291e2d995f6bbb377 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 2 May 2023 15:18:21 +0200 Subject: [PATCH] chore: fixing path for readme Signed-off-by: blam --- .changeset/afraid-shirts-train.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/afraid-shirts-train.md b/.changeset/afraid-shirts-train.md index b52836db43..bd83716dc4 100644 --- a/.changeset/afraid-shirts-train.md +++ b/.changeset/afraid-shirts-train.md @@ -7,4 +7,4 @@ Added the possibility to customize the check description in the scorecard compon - The `CheckResultRenderer` type now exposes an optional `description` method that allows to overwrite the description with a different string or a React component for a provided check result. Until now only the `BooleanCheck` element could be overridden, but from now on it's also possible to override the description for a check. -As an example, the description could change depending on the check result. Refer to the [README](../plugins/tech-insights/README.md#adding-custom-rendering-components) file for more details +As an example, the description could change depending on the check result. Refer to the [README](https://github.com/backstage/backstage/blob/master/plugins/tech-insights/README.md#adding-custom-rendering-components) file for more details