summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Deanmv <deanvizer@me.com> 2022-09-27 13:52:47 +0100
committerGravatar GitHub <noreply@github.com> 2022-09-27 09:52:47 -0300
commit883ce82a114fccd0b8ff1c70b69426e46e318653 (patch)
treea194cff24f1d644b89e22d9769cb1912cd89d5e7
parentfb91d04a5cb8f84f5b1be0a4e0c6cd61ec514736 (diff)
downloadastro-883ce82a114fccd0b8ff1c70b69426e46e318653.tar.gz
astro-883ce82a114fccd0b8ff1c70b69426e46e318653.tar.zst
astro-883ce82a114fccd0b8ff1c70b69426e46e318653.zip
docs: Fix links to Tailwind examples (#4883)
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
-rw-r--r--packages/integrations/tailwind/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/tailwind/README.md b/packages/integrations/tailwind/README.md
index e0d54b65b..d48bcf56f 100644
--- a/packages/integrations/tailwind/README.md
+++ b/packages/integrations/tailwind/README.md
@@ -146,7 +146,7 @@ module.exports = {
## Examples
- The [Astro Tailwind Starter](https://github.com/withastro/astro/tree/latest/examples/with-tailwindcss?on=github) gets you up and running with a base for your project that uses Tailwind for styling
-- Astro's homepage uses Tailwind. Check out its [Tailwind configuration file](https://github.com/withastro/astro.build/blob/main/tailwind.config.js) or an [example component](https://github.com/withastro/astro.build/blob/main/src/components/integrations/IntegrationCard.astro)
+- Astro's homepage uses Tailwind. Check out its [Tailwind configuration file](https://github.com/withastro/astro.build/blob/main/tailwind.config.cjs) or an [example component](https://github.com/withastro/astro.build/blob/main/src/components/IntegrationCard.astro)
- The [Astro Ink](https://github.com/one-aalam/astro-ink), [Sarissa Blog](https://github.com/iozcelik/SarissaBlogAstroStarter), and [Creek](https://github.com/robertguss/Astro-Theme-Creek) themes use Tailwind for styling
- [Browse Astro Tailwind projects on GitHub](https://github.com/search?q=%22%40astrojs%2Ftailwind%22+filename%3Apackage.json&type=Code) for more examples!