diff options
Diffstat (limited to 'packages/integrations')
-rw-r--r-- | packages/integrations/mdx/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/mdx/README.md b/packages/integrations/mdx/README.md index a16b40f3c..6b62dc308 100644 --- a/packages/integrations/mdx/README.md +++ b/packages/integrations/mdx/README.md @@ -13,7 +13,7 @@ This **[Astro integration][astro-integration]** enables the usage of [MDX](https ## Why MDX? -MDX allows you to [use variables, JSX expressions and components within Markdown content](https://docs.astro.build/en/guides/markdown-content/#variables-and-components) in Astro. If you have existing content authored in MDX, this integration allows you to bring those files to your Astro project. +MDX allows you to [use variables, JSX expressions and components within Markdown content](https://docs.astro.build/en/guides/markdown-content/#mdx-only-features) in Astro. If you have existing content authored in MDX, this integration allows you to bring those files to your Astro project. ## Installation |