diff options
Diffstat (limited to 'examples/framework-react/src')
-rw-r--r-- | examples/framework-react/src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-react/src/pages/index.astro b/examples/framework-react/src/pages/index.astro index cd7bdc52e..5bc1f8d36 100644 --- a/examples/framework-react/src/pages/index.astro +++ b/examples/framework-react/src/pages/index.astro @@ -6,7 +6,7 @@ const someProps = { }; // Full Astro Component Syntax: -// https://docs.astro.build/core-concepts/astro-components/ +// https://docs.astro.build/basics/astro-components/ --- <html lang="en"> |