From a21c79e43d20bf7d8a3821c29d39c0c399dab53a Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Fri, 2 Jan 2026 23:14:31 +0100 Subject: [PATCH] Tailwind example, README.md: update link --- examples/with-tailwindcss/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-tailwindcss/README.md b/examples/with-tailwindcss/README.md index 8b512bb7fdc6..677f20d16aec 100644 --- a/examples/with-tailwindcss/README.md +++ b/examples/with-tailwindcss/README.md @@ -10,4 +10,4 @@ npm create astro@latest -- --template with-tailwindcss Astro comes with [Tailwind](https://tailwindcss.com) support out of the box. This example showcases how to style your Astro project with Tailwind. -For complete setup instructions, please see our [Tailwind Integration Guide](https://docs.astro.build/en/guides/integrations-guide/tailwind). +For complete setup instructions, please see our [Tailwind Styling Guide](https://docs.astro.build/en/guides/styling/#tailwind).