diff options
author | 2021-07-30 22:43:03 -0700 | |
---|---|---|
committer | 2021-07-30 22:43:03 -0700 | |
commit | 758f172708055514a2878762a3a2a626dc26a0c3 (patch) | |
tree | 1c6da5cbbda5ca37c5e0d9b9744076a75bb8c407 | |
parent | d7b0080da01750818a260987dd7900e3f1cfa093 (diff) | |
download | astro-758f172708055514a2878762a3a2a626dc26a0c3.tar.gz astro-758f172708055514a2878762a3a2a626dc26a0c3.tar.zst astro-758f172708055514a2878762a3a2a626dc26a0c3.zip |
fix styling URL link
-rw-r--r-- | examples/with-tailwindcss/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-tailwindcss/README.md b/examples/with-tailwindcss/README.md index 6696c28a0..22153ae3b 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](/guides/styling.md#-tailwind). +For complete setup instructions, please see our [Styling Guide](https://docs.astro.build/guides/styling#-tailwind). |