From baa0048a16dc4d6317212627d1086a76328468ab Mon Sep 17 00:00:00 2001 From: chee Date: Sun, 9 Jun 2024 09:53:18 +0100 Subject: [PATCH] Fix link to prosemirror-react example needs a lil /tree/main --- 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.