From 17130c1f49dcf676047ffbcf223c04d395f93d23 Mon Sep 17 00:00:00 2001 From: delucis Date: Mon, 12 Dec 2022 13:47:49 +0100 Subject: [PATCH] Fix link in MDX integration README --- .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 000000000000..1ff7ab05a860 --- /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 a16b40f3c8a6..6b62dc3084fe 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