From 4d069ea22b6a1d289a76c3928983cda141ad07e8 Mon Sep 17 00:00:00 2001 From: Ben Holmes Date: Fri, 3 Mar 2023 13:06:35 -0500 Subject: [PATCH] docs: with-mdx -> with-markdoc Co-authored-by: Sarah Rainsberger --- packages/integrations/markdoc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integrations/markdoc/README.md b/packages/integrations/markdoc/README.md index 10f7cdb5c..8b5bb9cf7 100644 --- a/packages/integrations/markdoc/README.md +++ b/packages/integrations/markdoc/README.md @@ -279,7 +279,7 @@ const { Content } = await entry.render(); ## Examples -* The [Astro Markdoc starter template](https://github.com/withastro/astro/tree/latest/examples/with-mdx) shows how to use Markdoc files in your Astro project. +* The [Astro Markdoc starter template](https://github.com/withastro/astro/tree/latest/examples/with-markdoc) shows how to use Markdoc files in your Astro project. ## Troubleshooting