Skip to content

Commit 55da0c3

Browse files
authored
docs: fix link to row-models doc in guide/tables.md (#5467)
1 parent a8d1971 commit 55da0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/tables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ For example, you can find the core table instance API docs here: [Table API](../
9898

9999
### Table Row Models
100100

101-
There is a special set of table instance APIs for reading rows out of the table instance called row models. TanStack Table has advanced features where the rows that are generated may be very different than the array of `data` that you originally passed in. To learn more about the different row models that you can pass in as a table option, see the [Row Models Guide](../row-models).
101+
There is a special set of table instance APIs for reading rows out of the table instance called row models. TanStack Table has advanced features where the rows that are generated may be very different than the array of `data` that you originally passed in. To learn more about the different row models that you can pass in as a table option, see the [Row Models Guide](./row-models).

0 commit comments

Comments
 (0)