From 895afd44475a7e4e3cd5bfdadd2fcb7e228c652f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=91=9E=E4=B8=B0?= Date: Wed, 9 Aug 2023 19:10:40 +0800 Subject: [PATCH] docs: Fix error link in markdoc (#8006) --- packages/integrations/markdoc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: