diff options
author | 2023-01-04 11:46:05 +0100 | |
---|---|---|
committer | 2023-01-04 11:46:05 +0100 | |
commit | 000d3e6940839c2aebba1984e6fb3b133cec6749 (patch) | |
tree | 7ed435b06f923fac87e3344d559a81bfd6348047 /packages/integrations/mdx/README.md | |
parent | 1b4fd083ee061ad1c785598c879617a1763a4c00 (diff) | |
download | astro-000d3e6940839c2aebba1984e6fb3b133cec6749.tar.gz astro-000d3e6940839c2aebba1984e6fb3b133cec6749.tar.zst astro-000d3e6940839c2aebba1984e6fb3b133cec6749.zip |
Fix docs links in MDX README (#5741)
Diffstat (limited to '')
-rw-r--r-- | packages/integrations/mdx/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/mdx/README.md b/packages/integrations/mdx/README.md index 8267d80de..d3abbdbe2 100644 --- a/packages/integrations/mdx/README.md +++ b/packages/integrations/mdx/README.md @@ -66,7 +66,7 @@ export default defineConfig({ ## Usage -With the Astro MDX integration, you can [add MDX pages to your project](/en/guides/markdown-content/#markdown-and-mdx-pages) by adding `.mdx` files within your `src/pages/` directory. You can also [import `.mdx` files](https://docs.astro.build/en/guides/markdown-content/#importing-markdown) into `.astro` files. +With the Astro MDX integration, you can [add MDX pages to your project](https://docs.astro.build/en/guides/markdown-content/#markdown-and-mdx-pages) by adding `.mdx` files within your `src/pages/` directory. You can also [import `.mdx` files](https://docs.astro.build/en/guides/markdown-content/#importing-markdown) into `.astro` files. Astro's MDX integration adds extra features to standard MDX, including Markdown-style frontmatter. This allows you to use most of Astro's built-in Markdown features like a [special frontmatter `layout` property](https://docs.astro.build/en/guides/markdown-content/#frontmatter-layout) and a [property for marking a page as a draft](https://docs.astro.build/en/guides/markdown-content/#draft-pages). @@ -198,6 +198,6 @@ This package is maintained by Astro's Core team. You're welcome to submit an iss See [CHANGELOG.md](https://github.com/withastro/astro/tree/main/packages/integrations/mdx/CHANGELOG.md) for a history of changes to this integration. -[astro-integration]: /en/guides/integrations-guide/ +[astro-integration]: https://docs.astro.build/en/guides/integrations-guide/ -[astro-ui-frameworks]: /en/core-concepts/framework-components/#using-framework-components +[astro-ui-frameworks]: https://docs.astro.build/en/core-concepts/framework-components/#using-framework-components |