From a1fbe4ea5b536722c7d3a6388e97b839b46a55ca Mon Sep 17 00:00:00 2001 From: Henk Oordt Date: Fri, 6 Dec 2024 12:03:27 +0100 Subject: [PATCH] Refer to tree instead of diff in step links --- src/posts/2024-12-02-trash-in-treasure-out.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/posts/2024-12-02-trash-in-treasure-out.md b/src/posts/2024-12-02-trash-in-treasure-out.md index 51f2049865..75850c3d1f 100644 --- a/src/posts/2024-12-02-trash-in-treasure-out.md +++ b/src/posts/2024-12-02-trash-in-treasure-out.md @@ -568,11 +568,11 @@ Other than that, rigidity may not always be what you want. Sometimes your invari _In [step 4], I've updated the rest of the method handlers, and demonstrate the [`validator`] and [`nutype`] crates briefly. Be sure to have a look!_ -[step 0]: https://github.com/mainmatter/trash-in-treasure-out/commit/abaa132a4250c71846ddf9a4540129af9952c9e8 -[step 1]: https://github.com/mainmatter/trash-in-treasure-out/commit/5c03b284bc0b1c932ec1c09b6abfef13f5cdfa4e -[step 2]: https://github.com/mainmatter/trash-in-treasure-out/commit/305b8088b5155aeb13a473ca398fd1d522405b7d -[step 3]: https://github.com/mainmatter/trash-in-treasure-out/commit/1dc8400afff4a31bcc1586e577a4af39124b8dfa -[step 4]: https://github.com/mainmatter/trash-in-treasure-out/commit/305b8088b5155aeb13a473ca398fd1d522405b7d +[step 0]: https://github.com/mainmatter/trash-in-treasure-out/tree/abaa132a4250c71846ddf9a4540129af9952c9e8 +[step 1]: https://github.com/mainmatter/trash-in-treasure-out/tree/5c03b284bc0b1c932ec1c09b6abfef13f5cdfa4e +[step 2]: https://github.com/mainmatter/trash-in-treasure-out/tree/305b8088b5155aeb13a473ca398fd1d522405b7d +[step 3]: https://github.com/mainmatter/trash-in-treasure-out/tree/1dc8400afff4a31bcc1586e577a4af39124b8dfa +[step 4]: https://github.com/mainmatter/trash-in-treasure-out/tree/305b8088b5155aeb13a473ca398fd1d522405b7d [`axum`]: https://crates.io/crates/axum/ [`reqwest`]: https://crates.io/crates/reqwest/ [`cargo-nextest`]: https://nexte.st/