diff options
author | 2024-03-05 08:23:33 +0100 | |
---|---|---|
committer | 2024-03-05 15:23:33 +0800 | |
commit | 5fe98599a3fc6f912995d94ce783c32c06c0b44f (patch) | |
tree | b635d2b8c92fbb4977eb6bf1b5ce7978d001541d /examples/framework-multiple/src | |
parent | 3c0b854ac6630bb4ed34fe835128744b67d04e0b (diff) | |
download | astro-5fe98599a3fc6f912995d94ce783c32c06c0b44f.tar.gz astro-5fe98599a3fc6f912995d94ce783c32c06c0b44f.tar.zst astro-5fe98599a3fc6f912995d94ce783c32c06c0b44f.zip |
fix broken link in code examples (#10322)
Diffstat (limited to 'examples/framework-multiple/src')
-rw-r--r-- | examples/framework-multiple/src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-multiple/src/pages/index.astro b/examples/framework-multiple/src/pages/index.astro index ccf5aaa71..d420111a2 100644 --- a/examples/framework-multiple/src/pages/index.astro +++ b/examples/framework-multiple/src/pages/index.astro @@ -12,7 +12,7 @@ import VueCounter from '../components/vue/VueCounter.vue'; import SvelteCounter from '../components/svelte/SvelteCounter.svelte'; // Full Astro Component Syntax: -// https://docs.astro.build/core-concepts/astro-components/ +// https://docs.astro.build/basics/astro-components/ --- <html lang="en"> |