From 9f7c70f0f3fbbae416e880a92b573a240863afca Mon Sep 17 00:00:00 2001 From: Titus Kirch Date: Wed, 13 Nov 2024 16:48:31 +0100 Subject: [PATCH] docs: fix primitive link in data-table.md --- apps/www/src/content/docs/components/data-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/src/content/docs/components/data-table.md b/apps/www/src/content/docs/components/data-table.md index 809780ec..e42392d8 100644 --- a/apps/www/src/content/docs/components/data-table.md +++ b/apps/www/src/content/docs/components/data-table.md @@ -1,7 +1,7 @@ --- title: Data Table description: Powerful table and datagrids built using TanStack Table. -primitive: https://tanstack.com/table/v8/docs/guide/introduction +primitive: https://tanstack.com/table/v8/docs/introduction ---