From c31bcc5918120779363dc1249cedb09442957729 Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Wed, 1 Mar 2023 14:41:15 -0500 Subject: [PATCH] docs: astro-ui-frameworks -> astro-components --- packages/integrations/markdoc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/integrations/markdoc/README.md b/packages/integrations/markdoc/README.md index 42582bdf3..548d86a09 100644 --- a/packages/integrations/markdoc/README.md +++ b/packages/integrations/markdoc/README.md @@ -13,7 +13,7 @@ This **[Astro integration][astro-integration]** enables the usage of [Markdoc](h ## Why Markdoc? -Markdoc allows you to enhance your Markdown with [UI components][astro-ui-frameworks]. If you have existing content authored in Markdoc, this integration allows you to bring those files to your Astro project using content collections. +Markdoc allows you to enhance your Markdown with [Astro components][astro-components]. If you have existing content authored in Markdoc, this integration allows you to bring those files to your Astro project using content collections. ## Installation @@ -168,6 +168,6 @@ See [CHANGELOG.md](https://github.com/withastro/astro/tree/main/packages/integra [astro-integration]: https://docs.astro.build/en/guides/integrations-guide/ -[astro-ui-frameworks]: https://docs.astro.build/en/core-concepts/framework-components/#using-framework-components +[astro-components]: https://docs.astro.build/en/core-concepts/astro-components/ [astro-content-collections]: https://docs.astro.build/en/guides/content-collections/