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.