From e5f6e3c03811c81ba5252385fdece2b77daf239a Mon Sep 17 00:00:00 2001 From: mrksfnk <1062415+mrksfnk@users.noreply.github.com> Date: Sat, 2 Mar 2024 18:30:14 +0100 Subject: [PATCH] fixed link to new version post on main page (#25) --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 338fbe7..c9a6ce8 100644 --- a/config.toml +++ b/config.toml @@ -10,7 +10,7 @@ baseURL = 'https://machengine.org/' branch = 'main' # Other branch-agnostic site params below - alert = '**Mach v0.3 has been released!** For all the details check out [the announcement](https://devlog.hexops.com/2023/mach-v0.2-released/)' + alert = '**Mach v0.3 has been released!** For all the details check out [the announcement](https://devlog.hexops.com/2024/mach-v0.3-released/)' #alert = '**Mach now _nominates Zig versions for use!_** For details check out [the docs](/about/nominated-zig)' debug_opengraph_images = false