From c35e9e510418df44b0d8e5c727409af79fd4dcd5 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Mon, 5 May 2025 11:50:01 +0300 Subject: [PATCH] docs: fix local links in UI docs (#12359) --- www/apps/ui/src/content/docs/components/data-table.mdx | 2 +- www/apps/ui/src/content/docs/components/table.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/apps/ui/src/content/docs/components/data-table.mdx b/www/apps/ui/src/content/docs/components/data-table.mdx index c90472225a..7d8ddc4ffa 100644 --- a/www/apps/ui/src/content/docs/components/data-table.mdx +++ b/www/apps/ui/src/content/docs/components/data-table.mdx @@ -7,7 +7,7 @@ The `DataTable` component is useful if you're displaying large data with functio -This component is available after Medusa UI v4.0.4 (or Medusa v2.4.0). It is built on top of the [Table](./table.mdx) component. If you want a table with more control over its styling and functionality, use that component instead. +This component is available after Medusa UI v4.0.4 (or Medusa v2.4.0). It is built on top of the [Table](/components/table) component. If you want a table with more control over its styling and functionality, use that component instead. diff --git a/www/apps/ui/src/content/docs/components/table.mdx b/www/apps/ui/src/content/docs/components/table.mdx index 7891523620..1c49cf1cb2 100644 --- a/www/apps/ui/src/content/docs/components/table.mdx +++ b/www/apps/ui/src/content/docs/components/table.mdx @@ -5,7 +5,7 @@ description: "A Table component for displaying data." -If you're looking to add a table in your Medusa Admin Extensions with features like pagination and filters, refer to the [DataTable](./data-table.mdx) component instead. +If you're looking to add a table in your Medusa Admin Extensions with features like pagination and filters, refer to the [DataTable](/components/data-table) component instead.