Skip to content

Commit

Permalink
Fix link (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
C-BJ authored Feb 5, 2024
1 parent 756972f commit fdcc8d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ a.p-community-icon {
<h1 style="font-size: 600%; padding: 0; margin: 0;">Mach</h1>
<h2 style="font-size: 150%; padding: 0; margin-top: -1rem;">Zig game engine & graphics toolkit</h2>
<p style="font-size: 100%; padding: 0; margin: 0; margin-top: 2rem; max-width: 36rem;">For building high-performance, truly cross-platform, robust & modular games, visualizations, and desktop/mobile GUI apps.</p>
<p><a href="https://devlog.hexops.com/2023/mach-v0.3-released/">What's new in v0.3?</a></p>
<p><a href="https://devlog.hexops.com/2024/mach-v0.3-released/">What's new in v0.3?</a></p>
</div>
<div>
<a href="https://media.machengine.org/core/example/deferred-rendering.mp4">
Expand Down Expand Up @@ -595,4 +595,4 @@ function chooseJourney(e) {
secondary.style.setProperty('animation-duration', '0.25s');
secondary.style.setProperty('animation-fill-mode', 'forwards');
}
</script>
</script>

0 comments on commit fdcc8d4

Please sign in to comment.