Skip to content

Commit c31c916

Browse files
committed
[lexical-website] Docs: Fix broken links to React Rich Collab Example
1 parent 0c2875e commit c31c916

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/react-rich-collab/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Here we have simplest Lexical collaboration mode setup. Use it as a starting poi
44

55
**Run it locally:** `npm i && npm run dev:local`
66

7-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/facebook/lexical/tree/fix/collab_example/examples/react-rich-collab?file=src/main.ts)
7+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/facebook/lexical/tree/main/examples/react-rich-collab?file=src/main.ts)

packages/lexical-website/src/components/Gallery/pluginList.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const plugins = (customFields: {
3030
description: 'Learn how to create an editor with Real Time Collaboration',
3131
tags: ['opensource', 'favorite'],
3232
title: 'Collab RichText',
33-
uri: 'https://stackblitz.com/github/facebook/lexical/tree/fix/collab_example/examples/react-rich-collab?ctl=0&file=src%2Fmain.tsx&terminalHeight=0&embed=1',
33+
uri: `${customFields.STACKBLITZ_PREFIX}examples/react-rich-collab?ctl=0&file=src%2Fmain.tsx&terminalHeight=0&embed=1`,
3434
},
3535
{
3636
description: 'Learn how to create an editor with Tables',

0 commit comments

Comments
 (0)