diff --git a/packages/docs/docs/guides/app-integration/accessibility/compliance.mdx b/packages/docs/docs/guides/app-integration/accessibility/compliance.mdx index 6d1ceb82604..6be3d58665b 100644 --- a/packages/docs/docs/guides/app-integration/accessibility/compliance.mdx +++ b/packages/docs/docs/guides/app-integration/accessibility/compliance.mdx @@ -46,8 +46,8 @@ Explanations column describes which customizations the developer must check. ## Screen reader support Blockly provides extensive support for -[screen reader usage](/guides/configure/web/screen-reader) through its -[keyboard navigation](/guides/configure/web/keyboard-nav) system. As of Blockly +[screen reader usage](/guides/configure/screen-reader) through its +[keyboard navigation](/guides/configure/keyboard-nav) system. As of Blockly v13 (released in June 2026) the core library meets standards for keyboard controls. v13 also includes APIs to support developers in creating accessible custom fields and blocks.