summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Sarah Rainsberger <sarah@rainsberger.ca> 2023-03-08 09:12:01 -0400
committerGravatar GitHub <noreply@github.com> 2023-03-08 09:12:01 -0400
commit60c7690b4c26e64a6064ec8d90740fc105b07ec7 (patch)
tree5c39fcb882f997411a71ad41fe4ff04227a2e715
parent05fc7ae54c19442730971ea22d38f5dbc88050e5 (diff)
downloadastro-60c7690b4c26e64a6064ec8d90740fc105b07ec7.tar.gz
astro-60c7690b4c26e64a6064ec8d90740fc105b07ec7.tar.zst
astro-60c7690b4c26e64a6064ec8d90740fc105b07ec7.zip
[docs] Fix Markdoc README links (#6458)
-rw-r--r--packages/integrations/markdoc/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/markdoc/README.md b/packages/integrations/markdoc/README.md
index bc3e3b53f..58efd0735 100644
--- a/packages/integrations/markdoc/README.md
+++ b/packages/integrations/markdoc/README.md
@@ -218,7 +218,7 @@ import Aside from './Aside';
<Aside client:load />
```
-This component [can be applied via the `components` prop](#render-html-elements-as-astro-components):
+This component [can be applied via the `components` prop](#render-markdoc-nodes--html-elements-as-astro-components):
```astro
---
@@ -277,7 +277,7 @@ Now, you can call this function from any Markdoc content entry:
```
:::note
-These options will be applied during [the Markdoc "transform" phase](https://markdoc.dev/docs/render#transform). This is run **at build time** (rather than server request time) both for static and SSR Astro projects. If you need to define configuration at runtime (ex. SSR variables), [see the next section](#Define-markdoc-configuration-at-runtime).
+These options will be applied during [the Markdoc "transform" phase](https://markdoc.dev/docs/render#transform). This is run **at build time** (rather than server request time) both for static and SSR Astro projects. If you need to define configuration at runtime (ex. SSR variables), [see the next section](#define-markdoc-configuration-at-runtime).
:::
📚 [See the Markdoc documentation](https://markdoc.dev/docs/functions#creating-a-custom-function) for more on using variables or functions in your content.