docs: fix local links in UI docs (#12359)

This commit is contained in:
Shahed Nasser
2025-05-05 11:50:01 +03:00
committed by GitHub
parent 47772b7593
commit c35e9e5104
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ The `DataTable` component is useful if you're displaying large data with functio
<Note>
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.
</Note>

View File

@@ -5,7 +5,7 @@ description: "A Table component for displaying data."
<Note>
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.
</Note>