From eb6270925cb63b058bbaad841880bbe5eb1fbfee Mon Sep 17 00:00:00 2001 From: Pedro Bonamin Date: Wed, 7 Feb 2024 13:02:10 +0100 Subject: [PATCH] fix(core): update PortableTextInput doc reference --- .../src/core/form/inputs/PortableText/PortableTextInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sanity/src/core/form/inputs/PortableText/PortableTextInput.tsx b/packages/sanity/src/core/form/inputs/PortableText/PortableTextInput.tsx index 01ab7d67305..59cfed6de74 100644 --- a/packages/sanity/src/core/form/inputs/PortableText/PortableTextInput.tsx +++ b/packages/sanity/src/core/form/inputs/PortableText/PortableTextInput.tsx @@ -51,7 +51,7 @@ export interface PortableTextMemberItem { * Supports multi-user real-time block content editing on larger documents. * * This component can be configured and customized extensively. - * {@link https://www.sanity.io/docs/portable-text-features | Go to the documentation for more details}. + * {@link https://www.sanity.io/docs/customizing-the-portable-text-editor | Go to the documentation for more details}. * * @public * @param props - {@link PortableTextInputProps} component props.