From 5fe98599a3fc6f912995d94ce783c32c06c0b44f Mon Sep 17 00:00:00 2001 From: Bohdan Yaroslavtsev Date: Tue, 5 Mar 2024 08:23:33 +0100 Subject: fix broken link in code examples (#10322) --- examples/framework-react/src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/framework-react/src') 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/ --- -- cgit v1.2.3