From c86f80b117877358fab9a62fedd1ca102b4295f6 Mon Sep 17 00:00:00 2001 From: Nikolay Geldyev Date: Sun, 1 Sep 2024 14:44:18 +0300 Subject: [PATCH] Update rich-text-prosemirror-react.md Fix: edit link to and example on github --- docs/cookbook/rich-text-prosemirror-react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cookbook/rich-text-prosemirror-react.md b/docs/cookbook/rich-text-prosemirror-react.md index 3e1ed392..3a8e98c3 100644 --- a/docs/cookbook/rich-text-prosemirror-react.md +++ b/docs/cookbook/rich-text-prosemirror-react.md @@ -6,7 +6,7 @@ sidebar_position: 2 Automerge supports rich text editing on top of [ProseMirror](https://prosemirror.net/). This guide will show you how to set up a simple collaborative rich text editor in React using Automerge and ProseMirror. -All the code here can be found at https://github.com/automerge/automerge-prosemirror/examples/react +All the code here can be found at https://github.com/automerge/automerge-prosemirror/tree/main/examples/react First, create a an example vite app using the `@automerge/vite-app` template. This will give you a basic React app with the Automerge dependencies already installed.