From c5387e28349b0c228152264e45c82ef76d8c0606 Mon Sep 17 00:00:00 2001 From: FlakM Date: Wed, 27 Nov 2024 13:55:27 +0100 Subject: [PATCH 1/3] chore: add rust guiding principles --- draft/2024-11-27-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-11-27-this-week-in-rust.md b/draft/2024-11-27-this-week-in-rust.md index dee7e7f16..6d51f6178 100644 --- a/draft/2024-11-27-this-week-in-rust.md +++ b/draft/2024-11-27-this-week-in-rust.md @@ -39,6 +39,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +* [Aligning with rust's Guiding Principle: my path to finding my 'Why' ](http://localhost:1313/posts/rust_guiding_principle/) + ### Rust Walkthroughs ### Research From 2f616ddbbe577cacd4be9600edb014d5478efd03 Mon Sep 17 00:00:00 2001 From: FlakM Date: Wed, 27 Nov 2024 19:12:50 +0100 Subject: [PATCH 2/3] chore: replace localhost with valid hostname --- draft/2024-11-27-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2024-11-27-this-week-in-rust.md b/draft/2024-11-27-this-week-in-rust.md index 6d51f6178..383c39a67 100644 --- a/draft/2024-11-27-this-week-in-rust.md +++ b/draft/2024-11-27-this-week-in-rust.md @@ -39,7 +39,7 @@ and just ask the editors to select the category. ### Observations/Thoughts -* [Aligning with rust's Guiding Principle: my path to finding my 'Why' ](http://localhost:1313/posts/rust_guiding_principle/) +* [Aligning with rust's Guiding Principle: my path to finding my 'Why' ](https://flakm.com/posts/rust_guiding_principle/) ### Rust Walkthroughs From 6c624c73a86b6cbf8068cd63351b4b5495a7f6bf Mon Sep 17 00:00:00 2001 From: M Goldin <23177337+mariannegoldin@users.noreply.github.com> Date: Wed, 27 Nov 2024 19:48:32 -0800 Subject: [PATCH 3/3] Remove trailing space --- draft/2024-11-27-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2024-11-27-this-week-in-rust.md b/draft/2024-11-27-this-week-in-rust.md index 383c39a67..37e72e92f 100644 --- a/draft/2024-11-27-this-week-in-rust.md +++ b/draft/2024-11-27-this-week-in-rust.md @@ -39,7 +39,7 @@ and just ask the editors to select the category. ### Observations/Thoughts -* [Aligning with rust's Guiding Principle: my path to finding my 'Why' ](https://flakm.com/posts/rust_guiding_principle/) +* [Aligning with rust's Guiding Principle: my path to finding my 'Why'](https://flakm.com/posts/rust_guiding_principle/) ### Rust Walkthroughs