feat(docs-website) fix links (#12019)

This commit is contained in:
Jay 2024-12-03 14:04:54 -05:00 committed by GitHub
parent 230bd2674b
commit b31d849b9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',
},
];