Skip to content

Commit 836cbb7

Browse files
docs: correct broken link to row models section in table guide (#5699)
1 parent b68ff00 commit 836cbb7

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)