aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-alpine/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-alpine/src')
-rw-r--r--examples/framework-alpine/src/components/Counter.astro2
-rw-r--r--examples/framework-alpine/src/pages/index.astro2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-alpine/src/components/Counter.astro b/examples/framework-alpine/src/components/Counter.astro
index b895d57be..00182f006 100644
--- a/examples/framework-alpine/src/components/Counter.astro
+++ b/examples/framework-alpine/src/components/Counter.astro
@@ -1,6 +1,6 @@
---
// Full Astro Component Syntax:
-// https://docs.astro.build/core-concepts/astro-components/
+// https://docs.astro.build/basics/astro-components/
interface Props {
initialCount?: number;
diff --git a/examples/framework-alpine/src/pages/index.astro b/examples/framework-alpine/src/pages/index.astro
index ecfc8499c..e77744cb2 100644
--- a/examples/framework-alpine/src/pages/index.astro
+++ b/examples/framework-alpine/src/pages/index.astro
@@ -3,7 +3,7 @@
import Counter from '../components/Counter.astro';
// Full Astro Component Syntax:
-// https://docs.astro.build/core-concepts/astro-components/
+// https://docs.astro.build/basics/astro-components/
---
<html lang="en">