From 9cf24b6081c9866623dd3194e997d638846d4b98 Mon Sep 17 00:00:00 2001 From: tashburn Date: Sun, 30 Apr 2017 22:26:56 -0600 Subject: [PATCH] Fixed the link to comparisons, which was broken (#769) --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 1e6d786db..f180fd1e1 100644 --- a/Readme.md +++ b/Readme.md @@ -57,7 +57,7 @@ Here's how Slate compares to some of the existing editors out there: - [**Quill**](http://quilljs.com/) — I never used Quill directly, so my hesitations about it are solely from considering it in early stages—and it has changed since then. The issues I see with it are: that the concept of "toolbars" is too coupled with the editor itself, that the configuration is too coupled to HTML classes and DOM nodes, that the idea of "formats" and "toolbars" being linked is limiting, and generally that too much "core" logic is given special privileges and is hard to customize. -For more opinionated, and potentially useless, comparisons check out the [Comparisons](./docs/comparisons.md) document._ +For more opinionated, and potentially useless, comparisons check out the [Comparisons](./docs/general/comparisons.md) document._ Of course those are my own opinions, and if those libraries solve your needs, use them! But if you've tried using any of those libraries you might have run into similar problems. If so, you might like Slate. Which brings me to how Slate solves all of that...