Skip to content

Commit f4ff69a

Browse files
authored
Fix link in MDX integration README (#5586)
1 parent 2bd23e4 commit f4ff69a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/long-glasses-taste.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@astrojs/mdx': patch
3+
---
4+
5+
Fix link in MDX integration README

packages/integrations/mdx/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This **[Astro integration][astro-integration]** enables the usage of [MDX](https
1313

1414
## Why MDX?
1515

16-
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.
16+
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.
1717

1818
## Installation
1919

0 commit comments

Comments
 (0)