diff --git a/docs/api/core/row.md b/docs/api/core/row.md index d6f0567392..77153b024b 100644 --- a/docs/api/core/row.md +++ b/docs/api/core/row.md @@ -120,4 +120,4 @@ An array of the original subRows as returned by the `options.getSubRows` option. type getAllCells = () => Cell[] ``` -Returns all of the [Cells](./cell) for the row. +Returns all of the [Cells](guide/cell) for the row.