From ddbbd47110e3f8db93404480e26e68c8a1f5b4a1 Mon Sep 17 00:00:00 2001 From: Anthony Shew Date: Wed, 8 Jan 2025 11:02:12 -0700 Subject: [PATCH] Update shadcn-ui.mdx --- docs/repo-docs/guides/tools/shadcn-ui.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/repo-docs/guides/tools/shadcn-ui.mdx b/docs/repo-docs/guides/tools/shadcn-ui.mdx index b910876208f27..f1c042f8341ec 100644 --- a/docs/repo-docs/guides/tools/shadcn-ui.mdx +++ b/docs/repo-docs/guides/tools/shadcn-ui.mdx @@ -5,7 +5,7 @@ description: Learn how to use shadcn/ui in a Turborepo. import { PackageManagerTabs, Tab } from '#/components/tabs'; -shadcn/ui is an open-source set of beautifully designed components made with Tailwind CSS that you can copy and paste into your apps. +[shadcn/ui](https://ui.shadcn.com/docs/monorepo) is an open-source set of beautifully designed components made with Tailwind CSS that you can copy and paste into your apps. To get started with shadcn/ui in a new monorepo, run: