From 6300c88cacc09f8b947c531662c25ac77166dfe7 Mon Sep 17 00:00:00 2001 From: Rubens de Melo Date: Sat, 31 Jul 2021 02:39:59 -0300 Subject: [PATCH] fix styling guide (#961) * fix styling guide fix styling guide * remove /docs remove /docs --- 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 8f5a7064b..6696c28a0 100644 --- a/examples/with-tailwindcss/README.md +++ b/examples/with-tailwindcss/README.md @@ -6,4 +6,4 @@ npm init astro -- --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 [Styling Guide](/docs/guides/styling.md#-tailwind). +For complete setup instructions, please see our [Styling Guide](/guides/styling.md#-tailwind).