docs: fix local links in UI docs (#12359)
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user