From 4afff2b19ba46f66a37472e8bf15ab3741f292ff Mon Sep 17 00:00:00 2001 From: Eric Seppanen Date: Wed, 25 Sep 2024 13:59:39 -0700 Subject: [PATCH] improve link from 301 redirect to canonical url --- draft/2024-09-25-this-week-in-rust.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/draft/2024-09-25-this-week-in-rust.md b/draft/2024-09-25-this-week-in-rust.md index 673d009e4..141c2d8a8 100644 --- a/draft/2024-09-25-this-week-in-rust.md +++ b/draft/2024-09-25-this-week-in-rust.md @@ -37,8 +37,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates * [Perpetual 0.4.7, Quantile regression support and improved multi-threading](https://github.com/perpetual-ml/perpetual) -* [git-cliff 2.6.0 is released! (a highly customizable changelog generator)](https://git-cliff.org/blog/2.6.0) - +* [git-cliff 2.6.0 is released! (a highly customizable changelog generator)](https://git-cliff.org/blog/2.6.0/) * [Fjall 2.0, LSM-based safe Rust key-value storage engine](https://fjall-rs.github.io/post/announcing-fjall-2/) ### Observations/Thoughts