From dc18948371c70d8344085bb043bf6ac3f5a2ba8c Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Fri, 24 Sep 2021 21:41:41 -0700 Subject: [PATCH] Fix example plugin link in catalog config doc A link to the example artist-lookup-component.yaml file was broken due to a change in repo directory structure. This commit updates the broken link to reflect the new location. Signed-off-by: Greg Taylor --- docs/features/software-catalog/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-catalog/configuration.md b/docs/features/software-catalog/configuration.md index 320b82d0ad..849823a59e 100644 --- a/docs/features/software-catalog/configuration.md +++ b/docs/features/software-catalog/configuration.md @@ -23,7 +23,7 @@ Locations are added to the catalog under the `catalog.locations` key: catalog: locations: - type: url - target: https://github.com/backstage/backstage/blob/master/packages/catalog-model/examples/artist-lookup-component.yaml + target: https://github.com/backstage/backstage/blob/master/packages/catalog-model/examples/components/artist-lookup-component.yaml ``` The `url` type locations are handled by a standard processor included with the