From 55da0c3f07ee1e7537011aa756e0d63e74ae0839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Kami=C5=84ski?= Date: Sun, 4 Aug 2024 00:09:08 +0200 Subject: [PATCH] docs: fix link to row-models doc in guide/tables.md (#5467) --- docs/guide/tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/tables.md b/docs/guide/tables.md index 2ee721f6e9..e13247f3ce 100644 --- a/docs/guide/tables.md +++ b/docs/guide/tables.md @@ -98,4 +98,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](../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](./row-models).