From 38952fb8c94adf4b70fc1b04b3f2ed73703643e9 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Wed, 24 Feb 2021 21:08:54 +0100 Subject: [PATCH] docs: fix broken link --- docs/src/docPages/api/schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({