File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ See the [Collections](https://payloadcms.com/docs/configuration/collections) doc
58
58
}
59
59
```
60
60
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.
62
62
63
63
## Front-end
64
64
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export const home: Partial<Page> = {
36
36
type : 'link' ,
37
37
children : [ { text : 'Live Preview' } ] ,
38
38
newTab : true ,
39
- url : 'https://payloadcms.com/docs/live-preview' ,
39
+ url : 'https://payloadcms.com/docs/live-preview/overview ' ,
40
40
} ,
41
41
{
42
42
text : ' you can edit this page in the admin panel and see the changes reflected here in real time.' ,
You can’t perform that action at this time.
0 commit comments