Skip to content

Commit 5c67b47

Browse files
tylandaviskendelljoseph
authored andcommitted
fix(examples): incorrect documentation links for Live Preview example (#12233)
Fixes a couple links in the Live Preview example that were pointing to `/docs/live-preview` instead of `/docs/live-preview/overview`.
1 parent ab896a1 commit 5c67b47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/live-preview/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ See the [Collections](https://payloadcms.com/docs/configuration/collections) doc
5858
}
5959
```
6060

61-
For more details on how to extend this functionality, see the [Live Preview](https://payloadcms.com/docs/live-preview) docs.
61+
For more details on how to extend this functionality, see the [Live Preview](https://payloadcms.com/docs/live-preview/overview) docs.
6262

6363
## Front-end
6464

examples/live-preview/src/migrations/seed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const home: Partial<Page> = {
3636
type: 'link',
3737
children: [{ text: 'Live Preview' }],
3838
newTab: true,
39-
url: 'https://payloadcms.com/docs/live-preview',
39+
url: 'https://payloadcms.com/docs/live-preview/overview',
4040
},
4141
{
4242
text: ' you can edit this page in the admin panel and see the changes reflected here in real time.',

0 commit comments

Comments
 (0)