diff options
Diffstat (limited to 'examples/with-tailwindcss/src/pages/index.astro')
-rw-r--r-- | examples/with-tailwindcss/src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-tailwindcss/src/pages/index.astro b/examples/with-tailwindcss/src/pages/index.astro index 09891eed3..d70b3457b 100644 --- a/examples/with-tailwindcss/src/pages/index.astro +++ b/examples/with-tailwindcss/src/pages/index.astro @@ -3,7 +3,7 @@ import Button from '../components/Button.astro'; // Full Astro Component Syntax: -// https://github.com/snowpackjs/astro/blob/main/docs/core-concepts/astro-components.md +// https://docs.astro.build/core-concepts/astro-components/ --- <html lang="en"> <head> |