From 09d16583053cdd03ab9abc3dd0d09231de52f0cf Mon Sep 17 00:00:00 2001 From: Gabe Lyons Date: Fri, 15 Nov 2024 15:08:50 -0800 Subject: [PATCH] Update CSVInfo.tsx --- datahub-web-react/src/app/ingest/source/builder/CSVInfo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datahub-web-react/src/app/ingest/source/builder/CSVInfo.tsx b/datahub-web-react/src/app/ingest/source/builder/CSVInfo.tsx index 87d632bb228b5..f533890e17fa5 100644 --- a/datahub-web-react/src/app/ingest/source/builder/CSVInfo.tsx +++ b/datahub-web-react/src/app/ingest/source/builder/CSVInfo.tsx @@ -1,7 +1,7 @@ import React from 'react'; import { Alert } from 'antd'; -const CSV_FORMAT_LINK = 'https://datahubproject.io/docs/generated/ingestion/sources/csv'; +const CSV_FORMAT_LINK = 'https://datahubproject.io/docs/generated/ingestion/sources/csv-enricher'; export const CSVInfo = () => { const link = (