summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris Swithinbank <swithinbank@gmail.com> 2022-11-21 12:15:05 +0100
committerGravatar GitHub <noreply@github.com> 2022-11-21 12:15:05 +0100
commitef2ffc7ae9ff554860238ecd2fb3bf6d82b5801b (patch)
treeca451267c682ebfe895d0aab0fe3a36048de2a06
parent4b188132ef68f8d9951cec86418ef50bb4df4a96 (diff)
downloadastro-ef2ffc7ae9ff554860238ecd2fb3bf6d82b5801b.tar.gz
astro-ef2ffc7ae9ff554860238ecd2fb3bf6d82b5801b.tar.zst
astro-ef2ffc7ae9ff554860238ecd2fb3bf6d82b5801b.zip
Fix docs link in MDX integration README (#5448)
-rw-r--r--.changeset/honest-chairs-confess.md5
-rw-r--r--packages/integrations/mdx/README.md2
2 files changed, 6 insertions, 1 deletions
diff --git a/.changeset/honest-chairs-confess.md b/.changeset/honest-chairs-confess.md
new file mode 100644
index 000000000..f225fa767
--- /dev/null
+++ b/.changeset/honest-chairs-confess.md
@@ -0,0 +1,5 @@
+---
+'@astrojs/mdx': patch
+---
+
+Fix broken link in README
diff --git a/packages/integrations/mdx/README.md b/packages/integrations/mdx/README.md
index ade680fbd..b3cc535ae 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: