From 58fc12597482763d036416f636f695ddb9095c4e Mon Sep 17 00:00:00 2001 From: Titus Kirch Date: Sat, 16 Nov 2024 10:34:26 +0100 Subject: [PATCH] docs: fix primitive link in data-table.md (#898) --- 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 ---