From 9078aa0b9464435095bd664d9e1c058cd37963ef Mon Sep 17 00:00:00 2001 From: TheJanzap <16736682+TheJanzap@users.noreply.github.com> Date: Mon, 14 Jul 2025 10:51:17 +0200 Subject: [PATCH] Fix error handling link in about page --- src/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/about.md b/src/about.md index f95d0635..dac375f2 100644 --- a/src/about.md +++ b/src/about.md @@ -129,7 +129,7 @@ as are crates that are pending evaluation. {{#include links.md}} [index]: intro.html -[error-docs]: https://do.rust-lang.org/book/error-handling.html +[error-docs]: https://doc.rust-lang.org/book/ch09-00-error-handling.html [error-blog]: https://brson.github.io/2016/11/30/starting-with-error-chain [error-chain]: https://docs.rs/error-chain/ [Rust Libz Blitz]: https://internals.rust-lang.org/t/rust-libz-blitz/5184