about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2024-02-15T16·35+0700
committertazjin <tazjin@tvl.su>2024-02-15T16·41+0000
commite6a48a4f0272f62ba1853cc9ac31b72871622b08 (patch)
treed02cbd4bdc189da93d022a5aceb92e04451cf3b8 /web
parent472f727c24ec809139bbf6f2a1076f86f25b1b02 (diff)
docs(web/tvl): fix link to february '24 tvix update r/7526
Makes this link more similar to the other ones, and fixes the year.

Change-Id: I00173bf3c2efde66ac2cf008ad2d492f518f844e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10926
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'web')
-rw-r--r--web/tvl/blog/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tvl/blog/default.nix b/web/tvl/blog/default.nix
index a8721d93ef..27fceef39b 100644
--- a/web/tvl/blog/default.nix
+++ b/web/tvl/blog/default.nix
@@ -25,7 +25,7 @@
     }
 
     {
-      key = "tvix-update-feb-22";
+      key = "tvix-update-february-24";
       title = "Tvix Status - February '24";
       date = 1707472132;
       content = ./2024-02-tvix-update.md;