From 5c80df1413d496c053237267a4af97a78a441846 Mon Sep 17 00:00:00 2001 From: Dieter Komendera Date: Fri, 11 Nov 2016 10:10:39 +0100 Subject: [PATCH] Fix broken links in the docs --- docs/reference/components/editor.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/components/editor.md b/docs/reference/components/editor.md index 5a4976d73..cd5be3c1a 100644 --- a/docs/reference/components/editor.md +++ b/docs/reference/components/editor.md @@ -74,7 +74,7 @@ A convenience handler property that will only be called for changes in state whe ### `plugins` `Array` -An array of [`Plugins`](../plugins) that define the editor's behavior. +An array of [`Plugins`](../plugins/plugin.md) that define the editor's behavior. ### `readOnly` `Boolean` @@ -84,7 +84,7 @@ Whether the editor should be in "read-only" mode, where all of the rendering is ### `state` `State` -A [`State`](../models/state) object representing the current state of the editor. +A [`State`](../models/state.md) object representing the current state of the editor. ### `style` `Object` @@ -120,7 +120,7 @@ An optional dictionary of styles to apply to the default block type's placeholde ## Plugin-like Properties -In addition to its own properties, the editor allows passing any of the properties that a [plugin](../plugins/plugins.md) defines as well. +In addition to its own properties, the editor allows passing any of the properties that a [plugin](../plugins/plugin.md) defines as well. These properties are actually just a convenience—an implicit plugin definition. Internally, they are grouped together and turned into a plugin that is given first priority in the plugin stack. @@ -164,7 +164,7 @@ const plugins = [ ### `onSelect` ### `schema` -To see how these properties behave, check out the [Plugins reference](../plugins/plugins.md). +To see how these properties behave, check out the [Plugins reference](../plugins/plugin.md). ## Methods