summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/long-glasses-taste.md5
-rw-r--r--packages/integrations/mdx/README.md2
2 files changed, 6 insertions, 1 deletions
diff --git a/.changeset/long-glasses-taste.md b/.changeset/long-glasses-taste.md
new file mode 100644
index 000000000..1ff7ab05a
--- /dev/null
+++ b/.changeset/long-glasses-taste.md
@@ -0,0 +1,5 @@
+---
+'@astrojs/mdx': patch
+---
+
+Fix link in MDX integration README
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