Merge pull request #17615 from backstage/blam/fix-vp

chore: fixing path for readme
This commit is contained in:
Ben Lambert
2023-05-02 15:32:27 +02:00
committed by GitHub
+1 -1
View File
@@ -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