diff options
author | 2021-07-31 02:39:59 -0300 | |
---|---|---|
committer | 2021-07-30 22:39:59 -0700 | |
commit | 6300c88cacc09f8b947c531662c25ac77166dfe7 (patch) | |
tree | d16ad455847aa3d929d3a22d043c3f37ecc0c9ca | |
parent | 81d6960a1698cf260b4e8d0969eadd5aaa643950 (diff) | |
download | astro-6300c88cacc09f8b947c531662c25ac77166dfe7.tar.gz astro-6300c88cacc09f8b947c531662c25ac77166dfe7.tar.zst astro-6300c88cacc09f8b947c531662c25ac77166dfe7.zip |
fix styling guide (#961)
* fix styling guide
fix styling guide
* remove /docs
remove /docs
-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 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). |