From ec1ab03f04ba4da3aa5af386e255316e6278751f Mon Sep 17 00:00:00 2001 From: Kevin Vandy Date: Mon, 6 May 2024 21:06:44 -0500 Subject: [PATCH] docs: fix links --- docs/config.json | 2 +- docs/guide/tables.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.json b/docs/config.json index 148e4aee24..b4d34c99d8 100644 --- a/docs/config.json +++ b/docs/config.json @@ -116,7 +116,7 @@ }, { "label": "Header Groups", - "to": "guide/headers-groups" + "to": "guide/header-groups" }, { "label": "Headers", diff --git a/docs/guide/tables.md b/docs/guide/tables.md index 716d973634..9b1c5705c2 100644 --- a/docs/guide/tables.md +++ b/docs/guide/tables.md @@ -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).