fix: use the right link to the class CatalogProcessor on GitHub (#4238)

This commit is contained in:
Michel Valdrighi
2021-01-25 11:05:19 +01:00
parent c3ea694e84
commit 5e6ed92cb9
@@ -94,7 +94,7 @@ The recommended way of instantiating the catalog backend classes is to use the
as illustrated in the
[example backend here](https://github.com/backstage/backstage/blob/master/packages/backend/src/plugins/catalog.ts).
We will create a new
[`CatalogProcessor`](https://github.com/backstage/backstage/blob/master/plugins/catalog-backend/src/ingestion/types.ts)
[`CatalogProcessor`](https://github.com/backstage/backstage/blob/master/plugins/catalog-backend/src/ingestion/processors/types.ts)
subclass that can be added to this catalog builder.
It is up to you where you put the code for this new processor class. For quick