From 58dba06461ab04d789b1cebcdf2c9b35e233a1be Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Wed, 29 Sep 2021 10:27:32 +0200 Subject: [PATCH] Update docs/features/software-catalog/external-integrations.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johan Haals Co-authored-by: Fredrik Adelöw --- docs/features/software-catalog/external-integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-catalog/external-integrations.md b/docs/features/software-catalog/external-integrations.md index c28d7c4f9c..1015af2630 100644 --- a/docs/features/software-catalog/external-integrations.md +++ b/docs/features/software-catalog/external-integrations.md @@ -194,7 +194,7 @@ import { CatalogProcessorEmit, CatalogProcessorCache, } from '@backstage/plugin-catalog-backend'; -import { CatalogProcessorParser } from '.'; +import { CatalogProcessorParser } from './CatalogProcessorParser'; // It's recommended to always bump the CACHE_KEY version if you make // changes to the processor implementation or CacheItem.