Skip to content

Commit

Permalink
docs: fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed May 7, 2024
1 parent 72ab26a commit ec1ab03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/config.json
Expand Up @@ -116,7 +116,7 @@
},
{
"label": "Header Groups",
"to": "guide/headers-groups"
"to": "guide/header-groups"
},
{
"label": "Headers",
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/tables.md
Expand Up @@ -77,4 +77,4 @@ For example, you can find the core table instance API docs here: [Table API](../

### Table Row Models

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).
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 comments on commit ec1ab03

Please sign in to comment.