From b1edc94aafd33c73dce53efdc0ecfe28d96aea6d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 20 Nov 2025 08:06:42 +0200 Subject: [PATCH] Fix URL to cargo cat --- content/2025-11-19-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2025-11-19-this-week-in-rust.md b/content/2025-11-19-this-week-in-rust.md index 87db3b5d4..532888d94 100644 --- a/content/2025-11-19-this-week-in-rust.md +++ b/content/2025-11-19-this-week-in-rust.md @@ -79,7 +79,7 @@ and just ask the editors to select the category. ## Crate of the Week -This week's crate is [cargo cat](crates.io/crates/cat-ascii-faces), a cargo-subcommand to put a random ascii cat face on your terminal. +This week's crate is [cargo cat](https://crates.io/crates/cat-ascii-faces), a cargo-subcommand to put a random ascii cat face on your terminal. Thanks to [Alejandra Gonzáles](https://users.rust-lang.org/t/crate-of-the-week/2704/1490) for the self-suggestion!