Skip to content

Commit ec1ab03

Browse files
committedMay 7, 2024·
docs: fix links
1 parent 72ab26a commit ec1ab03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docs/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
},
117117
{
118118
"label": "Header Groups",
119-
"to": "guide/headers-groups"
119+
"to": "guide/header-groups"
120120
},
121121
{
122122
"label": "Headers",

‎docs/guide/tables.md

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

7878
### Table Row Models
7979

80-
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](./guide/row-models).
80+
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](../guide/row-models).

0 commit comments

Comments
 (0)
Please sign in to comment.