diff options
author | 2023-01-04 22:39:41 +0000 | |
---|---|---|
committer | 2023-01-04 18:39:41 -0400 | |
commit | 0a6b87236afb855ab7fd2c4da7cf1c03c487be33 (patch) | |
tree | d3ffe267253496938ec52752d3062f1f12038994 | |
parent | d8d885a22669f8e5f630735d81122a9b7870559c (diff) | |
download | astro-0a6b87236afb855ab7fd2c4da7cf1c03c487be33.tar.gz astro-0a6b87236afb855ab7fd2c4da7cf1c03c487be33.tar.zst astro-0a6b87236afb855ab7fd2c4da7cf1c03c487be33.zip |
fix broken link in tailwind example docs (#5762)
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
-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 afa665b75..3eec5faec 100644 --- a/examples/with-tailwindcss/README.md +++ b/examples/with-tailwindcss/README.md @@ -9,4 +9,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 [Styling Guide](https://docs.astro.build/guides/styling#-tailwind). +For complete setup instructions, please see our [Tailwind Integration Guide](https://docs.astro.build/en/guides/integrations-guide/tailwind). |