diff --git a/docs/src/docPages/api/schema.md b/docs/src/docPages/api/schema.md index cc91da3f..5980c28e 100644 --- a/docs/src/docPages/api/schema.md +++ b/docs/src/docPages/api/schema.md @@ -231,7 +231,7 @@ Node.create({ ``` #### Table roles -The [`Table`](/api/extensions/table) extension registers a new schema attribute to configure which role an Node has. Allowed values are `table`, `row`, `cell`, and `header_cell`. +The [`Table`](/api/nodes/table) extension registers a new schema attribute to configure which role an Node has. Allowed values are `table`, `row`, `cell`, and `header_cell`. ```js Node.create({