From f4ff69a3cd874c8804c6d01c7cbbaed8a8e90be7 Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Mon, 12 Dec 2022 14:14:24 +0100 Subject: [PATCH] Fix link in MDX integration README (#5586) --- .changeset/long-glasses-taste.md | 5 +++++ packages/integrations/mdx/README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/long-glasses-taste.md diff --git a/.changeset/long-glasses-taste.md b/.changeset/long-glasses-taste.md new file mode 100644 index 0000000000..1ff7ab05a8 --- /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 a16b40f3c8..6b62dc3084 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