From 15e356485b7a5ec2d8a76109f46ef9e286419602 Mon Sep 17 00:00:00 2001 From: delucis Date: Mon, 21 Nov 2022 12:02:38 +0100 Subject: [PATCH 1/2] Fix docs link in MDX integration README --- packages/integrations/mdx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integrations/mdx/README.md b/packages/integrations/mdx/README.md index ade680fbd8c7..b3cc535aee7a 100644 --- a/packages/integrations/mdx/README.md +++ b/packages/integrations/mdx/README.md @@ -191,7 +191,7 @@ export default { }; ``` -…every MDX file will have `customProperty` in its frontmatter! See [our Markdown documentation](https://docs.astro.build/en/guides/markdown-content/#injecting-frontmatter) for more usage instructions and a [reading time plugin example](https://docs.astro.build/en/guides/markdown-content/#example-calculate-reading-time). +…every MDX file will have `customProperty` in its frontmatter! See [our Markdown documentation](https://docs.astro.build/en/guides/markdown-content/#example-injecting-frontmatter) for more usage instructions and a [reading time plugin example](https://docs.astro.build/en/guides/markdown-content/#example-calculate-reading-time). ### Layouts Layouts can be applied [in the same way as standard Astro Markdown](https://docs.astro.build/en/guides/markdown-content/#frontmatter-layout). You can add a `layout` to [your frontmatter](#frontmatter) like so: From 9b8460dfee62ee4fac24cf5e8a578ea17a6135a2 Mon Sep 17 00:00:00 2001 From: delucis Date: Mon, 21 Nov 2022 12:07:26 +0100 Subject: [PATCH 2/2] Add changeset --- .changeset/honest-chairs-confess.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/honest-chairs-confess.md diff --git a/.changeset/honest-chairs-confess.md b/.changeset/honest-chairs-confess.md new file mode 100644 index 000000000000..f225fa767b2e --- /dev/null +++ b/.changeset/honest-chairs-confess.md @@ -0,0 +1,5 @@ +--- +'@astrojs/mdx': patch +--- + +Fix broken link in README