From f8a018d84599210a8945ad1d12632078d0e19dab Mon Sep 17 00:00:00 2001
From: Hannes <42282368+holtergram@users.noreply.github.com>
Date: Sat, 3 Aug 2024 23:11:25 +0200
Subject: [PATCH] docs: fixed wrong path (#5693)

---
 docs/api/core/table.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/api/core/table.md b/docs/api/core/table.md
index b31dcf211c..bd2415bf57 100644
--- a/docs/api/core/table.md
+++ b/docs/api/core/table.md
@@ -34,7 +34,7 @@ When the `data` option changes reference (compared via `Object.is`), the table w
 type columns = ColumnDef<TData>[]
 ```
 
-The array of column defs to use for the table. See the [Column Defs Guide](../../../docs/guide/column-defs) for more information on creating column definitions.
+The array of column defs to use for the table. See the [Column Defs Guide](../../docs/guide/column-defs) for more information on creating column definitions.
 
 ### `defaultColumn`