Skip to content

Commit

Permalink
Update CSVInfo.tsx (datahub-project#11871)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe-lyons authored and sleeperdeep committed Dec 17, 2024
1 parent 108763f commit e21297f
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 e21297f

Please sign in to comment.