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[] ``` -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`