Skip to content

Commit b273d8b

Browse files
committed
chore: update link
1 parent 55c8b70 commit b273d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/docs/getting-started/editor-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ The `<BlockNoteView>` component has a number of props that you can use to custom
8282
This means you don't pass in the editor content directly as a prop. You can use the `initialContent` option in the `useCreateBlockNote` hook to set the initial content of the editor (similar to the `defaultValue` prop in a regular React `<textarea>`).
8383
</p>
8484
<p>
85-
BlockNote handles the complexities and performance optimizations of managing editor state internally. You can interact with the editor content using the [Editor API](/docs/editor-api).
85+
BlockNote handles the complexities and performance optimizations of managing editor state internally. You can interact with the editor content using the [Editor API](/docs/reference/editor/overview).
8686
</p>
8787
</Callout>

0 commit comments

Comments
 (0)