diff --git a/packages/integrations/markdoc/README.md b/packages/integrations/markdoc/README.md index 4b9772bc7e..780b8de9a6 100644 --- a/packages/integrations/markdoc/README.md +++ b/packages/integrations/markdoc/README.md @@ -278,7 +278,7 @@ export default defineMarkdocConfig({ ### Use client-side UI components -Tags and nodes are restricted to `.astro` files. To embed client-side UI components in Markdoc, [use a wrapper `.astro` component that renders a framework component](/en/core-concepts/framework-components/#nesting-framework-components) with your desired `client:` directive. +Tags and nodes are restricted to `.astro` files. To embed client-side UI components in Markdoc, [use a wrapper `.astro` component that renders a framework component](https://docs.astro.build/en/core-concepts/framework-components/#nesting-framework-components) with your desired `client:` directive. This example wraps a React `Aside.tsx` component with a `ClientAside.astro` component: