From 1369d3ca96df6f6a18907103feb9a09f47b9682f Mon Sep 17 00:00:00 2001 From: Christian F Date: Wed, 10 Jul 2024 14:24:25 +0200 Subject: [PATCH] Update data-table.mdx (#4153) Docs link was broken ... --- apps/www/content/docs/components/data-table.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/content/docs/components/data-table.mdx b/apps/www/content/docs/components/data-table.mdx index 9f559ac579..b3a24da3f2 100644 --- a/apps/www/content/docs/components/data-table.mdx +++ b/apps/www/content/docs/components/data-table.mdx @@ -3,7 +3,7 @@ title: Data Table description: Powerful table and datagrids built using TanStack Table. component: true links: - doc: https://tanstack.com/table/v8/docs/guide/introduction + doc: https://tanstack.com/table/v8/docs/introduction ---