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.