diff options
author | 2022-12-12 14:14:24 +0100 | |
---|---|---|
committer | 2022-12-12 14:14:24 +0100 | |
commit | f4ff69a3cd874c8804c6d01c7cbbaed8a8e90be7 (patch) | |
tree | fd7d080910007f345fdf0be69429574385f2fb01 /packages/integrations/mdx | |
parent | 2bd23e454fc9559aa00b9a493772acd69ba9ce6c (diff) | |
download | astro-f4ff69a3cd874c8804c6d01c7cbbaed8a8e90be7.tar.gz astro-f4ff69a3cd874c8804c6d01c7cbbaed8a8e90be7.tar.zst astro-f4ff69a3cd874c8804c6d01c7cbbaed8a8e90be7.zip |
Fix link in MDX integration README (#5586)
Diffstat (limited to 'packages/integrations/mdx')
-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 |