From eade7f4a0f3154270107c9eaaee6d1b64478d1fa Mon Sep 17 00:00:00 2001 From: Andrew Hennis Date: Mon, 21 Jul 2025 11:21:57 -0400 Subject: [PATCH 1/2] seq.rs first edition --- draft/2025-07-23-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-07-23-this-week-in-rust.md b/draft/2025-07-23-this-week-in-rust.md index 80c06a9ac..8cc2334dc 100644 --- a/draft/2025-07-23-this-week-in-rust.md +++ b/draft/2025-07-23-this-week-in-rust.md @@ -37,6 +37,7 @@ and just ask the editors to select the category. ### Foundation ### Newsletters +* [Bioinformatics in Rust #1](https://dawnandrew100.github.io/seq.rs/) ### Project/Tooling Updates From 5d4cc6b69c06e962c518f50e7abf971a38801474 Mon Sep 17 00:00:00 2001 From: Andrew Hennis Date: Mon, 21 Jul 2025 11:23:28 -0400 Subject: [PATCH 2/2] direct link link directly to the first post of the newsletter instead of the home page --- draft/2025-07-23-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-07-23-this-week-in-rust.md b/draft/2025-07-23-this-week-in-rust.md index 8cc2334dc..136d048ad 100644 --- a/draft/2025-07-23-this-week-in-rust.md +++ b/draft/2025-07-23-this-week-in-rust.md @@ -37,7 +37,7 @@ and just ask the editors to select the category. ### Foundation ### Newsletters -* [Bioinformatics in Rust #1](https://dawnandrew100.github.io/seq.rs/) +* [Bioinformatics in Rust #1](https://dawnandrew100.github.io/seq.rs/posts/2025/july/) ### Project/Tooling Updates