Skip to content

Commit

Permalink
feat: make basics link point to final article (#12600)
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh authored Dec 3, 2024
1 parent 2ee8412 commit 52c8f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basics/src/components/Welcome.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 52c8f98

Please sign in to comment.