From f4687d81560f4e52df5569882c16cae23eeb10e8 Mon Sep 17 00:00:00 2001 From: Young Liang Date: Sat, 23 Mar 2024 17:38:17 +0800 Subject: [PATCH] Update Quill source code link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6418569..5917da7 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ class LinkBlot extends InlineBlot { register(LinkBlot); ``` -Quill also provides many great example implementations in its [source code](https://github.com/quilljs/quill/tree/develop/formats). +Quill also provides many great example implementations in its [source code](https://github.com/quilljs/quill/tree/develop/packages/quill/src/formats). ### Block Blot