fix: link to examples in Catalog docs (#3271)

Fix reference to artist-lookup-component.yaml path in Catalog docs, the new folder structure is missing
This commit is contained in:
Andrés Torres
2020-11-10 11:12:17 +00:00
committed by GitHub
parent 0c0798f082
commit 39eef81349
+2 -2
View File
@@ -62,7 +62,7 @@ Users can register new components by going to `/create` and clicking the
Backstage expects the full URL to the YAML in your source control. Example:
```bash
https://github.com/backstage/backstage/blob/master/packages/catalog-model/examples/artist-lookup-component.yaml
https://github.com/backstage/backstage/blob/master/packages/catalog-model/examples/components/artist-lookup-component.yaml
```
_More examples can be found
@@ -91,7 +91,7 @@ above example can be added using the following configuration:
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
```
More information about catalog configuration can be found