diff options
author | 2024-12-03 19:05:40 +0100 | |
---|---|---|
committer | 2024-12-03 13:05:40 -0500 | |
commit | 52c8f98b749550ee47536ad2d55163456a644ca6 (patch) | |
tree | 33ea675bfaed5c2109a857af168dcab8fb796322 /examples/basics/src | |
parent | 2ee8412bbc421de3bd209193f60a91f9c44f24ec (diff) | |
download | astro-52c8f98b749550ee47536ad2d55163456a644ca6.tar.gz astro-52c8f98b749550ee47536ad2d55163456a644ca6.tar.zst astro-52c8f98b749550ee47536ad2d55163456a644ca6.zip |
feat: make basics link point to final article (#12600)
Diffstat (limited to 'examples/basics/src')
-rw-r--r-- | examples/basics/src/components/Welcome.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basics/src/components/Welcome.astro b/examples/basics/src/components/Welcome.astro index d08955687..6b7b9c70e 100644 --- a/examples/basics/src/components/Welcome.astro +++ b/examples/basics/src/components/Welcome.astro @@ -27,7 +27,7 @@ import background from '../assets/background.svg'; </section> </main> - <a href="https://astro.build/blog/astro-5-beta/" id="news" class="box"> + <a href="https://astro.build/blog/astro-5/" id="news" class="box"> <svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg" ><path d="M24.667 12c1.333 1.414 2 3.192 2 5.334 0 4.62-4.934 5.7-7.334 12C18.444 28.567 18 27.456 18 26c0-4.642 6.667-7.053 6.667-14Zm-5.334-5.333c1.6 1.65 2.4 3.43 2.4 5.333 0 6.602-8.06 7.59-6.4 17.334C13.111 27.787 12 25.564 12 22.666c0-4.434 7.333-8 7.333-16Zm-6-5.333C15.111 3.555 16 5.556 16 7.333c0 8.333-11.333 10.962-5.333 22-3.488-.774-6-4-6-8 0-8.667 8.666-10 8.666-20Z" |