Skip to content

Commit

Permalink
feat(docs-website) fix links (datahub-project#12019)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayacryl authored Dec 3, 2024
1 parent 230bd26 commit b31d849
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs-website/src/pages/cloud/UnifiedTabs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ const TabbedComponent = () => {
title: 'Discovery',
description: 'All the search and discovery features of DataHub Core you already love, enhanced.',
icon: "/img/assets/data-discovery.svg",
link: "https://www.acryldata.io/acryl-datahub",
link: "https://datahubproject.io/solutions/discovery",
image: 'https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/saas/demo/discovery.webm',
},
{
title: 'Observability',
description: 'Detect, resolve, and prevent data quality issues before they impact your business. Unify data health signals from all your data quality tools, including dbt tests and more.',
icon: "/img/assets/data-ob.svg",
link: "https://www.acryldata.io/observe",
link: "https://datahubproject.io/solutions/observability",
image: 'https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/saas/demo/observe.webm',
},
{
title: 'Governance',
description: 'Powerful Automation, Reporting and Organizational tools to help you govern effectively.',
icon: "/img/assets/data-governance.svg",
link: "https://www.acryldata.io/acryl-datahub#governance",
link: "https://datahubproject.io/solutions/governance",
image: 'https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/saas/demo/governance.webm',
},
];
Expand Down

0 comments on commit b31d849

Please sign in to comment.