From 751bd6d3e8540580165661b43f72e357137c039e Mon Sep 17 00:00:00 2001 From: Oliver Sand Date: Fri, 7 May 2021 09:44:27 +0200 Subject: [PATCH] Add link in warn message Signed-off-by: Oliver Sand --- .../src/ingestion/processors/GithubOrgReaderProcessor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-backend/src/ingestion/processors/GithubOrgReaderProcessor.ts b/plugins/catalog-backend/src/ingestion/processors/GithubOrgReaderProcessor.ts index db61886b89..5840daed74 100644 --- a/plugins/catalog-backend/src/ingestion/processors/GithubOrgReaderProcessor.ts +++ b/plugins/catalog-backend/src/ingestion/processors/GithubOrgReaderProcessor.ts @@ -138,7 +138,7 @@ export class GithubOrgReaderProcessor implements CatalogProcessor { } this.logger.warn( - 'GithubOrgReaderProcessor uses provider defined in catalog.processors.githubOrg.providers, migrate to integrations instead.', + 'GithubOrgReaderProcessor uses provider defined in catalog.processors.githubOrg.providers, migrate to integrations instead. See https://backstage.io/docs/integrations/github/locations', ); return !provider.token