From 9d3677ee8b6d27f0aec47ac6a580f70e6187f2fb Mon Sep 17 00:00:00 2001 From: Jonas Keinholz Date: Thu, 1 Dec 2016 14:35:27 +0100 Subject: [PATCH] fix wrong link in docs --- docs/concepts/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/plugins.md b/docs/concepts/plugins.md index 9d837a0c6..02c758bec 100644 --- a/docs/concepts/plugins.md +++ b/docs/concepts/plugins.md @@ -3,7 +3,7 @@ In Slate, all custom logic added to the editor is done via plugins. Plugins have complete control over the schema, the behaviors, and the rendering of the components of the editor. Slate encourages you to break up code into small, reusable modules that can be shared with others, and easily reasoned about. -_To learn more, check out the [Using Plugins guide](../guides/using-plugins.md), or the [Plugins reference](../reference/plugins/plugins.md)._ +_To learn more, check out the [Using Plugins guide](../walkthroughs/using-plugins.md), or the [Plugins reference](../reference/plugins/plugins.md)._ ### The Core Plugin