From 28e2da9ad8820610719e20d7bdd17b4254e822f6 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Wed, 27 Oct 2021 13:55:14 +0200 Subject: [PATCH] docs: update content --- docs/guide/collaborative-editing.md | 2 +- docs/installation/react.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/collaborative-editing.md b/docs/guide/collaborative-editing.md index c2c3a3f6..01859107 100644 --- a/docs/guide/collaborative-editing.md +++ b/docs/guide/collaborative-editing.md @@ -10,7 +10,7 @@ Real-time collaboration, syncing between different devices and working offline u ## The video course We are working on a video course that teaches you everything you need to know about collaborative text editing with Tiptap. The first video is available for sponsors here: -https://tiptap.dev/watch/make-tiptap-collaborative +https://tiptap.dev/watch/collaborative-editing/make-tiptap-collaborative ## Configure the editor The underyling schema Tiptap uses is an excellent foundation to sync documents. With the [`Collaboration`](/api/extensions/collaboration) you can tell Tiptap to track changes to the document with [Y.js](https://github.com/yjs/yjs). diff --git a/docs/installation/react.md b/docs/installation/react.md index 3f16a940..46e14ebc 100644 --- a/docs/installation/react.md +++ b/docs/installation/react.md @@ -24,7 +24,7 @@ yarn create react-app my-tiptap-project --template tiptap ### Step by step All steps are listed below, but if you prefer to watch a video we’ve got something for you, too: -https://tiptap.dev/watch/install-tiptap-with-create-react-app +https://tiptap.dev/watch/installation/install-tiptap-with-create-react-app #### 1. Create a project (optional) Let’s start with a fresh React project called `my-tiptap-project`. [Create React App](https://reactjs.org/docs/getting-started.html) will set up everything we need.