Skip to content

Commit

Permalink
Update CSVInfo.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe-lyons authored Nov 15, 2024
1 parent 576ab6a commit 09d1658
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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 = (
Expand Down

0 comments on commit 09d1658

Please sign in to comment.