Skip to content

Commit cc81ef0

Browse files
authored
docs: fix link in live preview dynamic url section (#17340)
fixes #17307
1 parent d4d029f commit cc81ef0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/live-preview/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const config = buildConfig({
7575

7676
You can also pass a function in order to dynamically format URLs. This is useful for multi-tenant applications, localization, or any other scenario where the URL needs to be generated based on the Document being edited.
7777

78-
This is also useful for conditionally rendering Live Preview, similar to access control. See [Conditional Rendering](./conditional-rendering) for more details.
78+
This is also useful for conditionally rendering Live Preview, similar to access control. See [Conditional Rendering](./overview#conditional-rendering) for more details.
7979

8080
To set dynamic URLs, set the `admin.livePreview.url` property in your [Payload Config](../configuration/overview) to a function:
8181

0 commit comments

Comments
 (0)