Skip to content

Commit 328be60

Browse files
authored
Fix error handling link in about page (#732)
1 parent 16d53d8 commit 328be60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ as are crates that are pending evaluation.
129129
{{#include links.md}}
130130

131131
[index]: intro.html
132-
[error-docs]: https://do.rust-lang.org/book/error-handling.html
132+
[error-docs]: https://doc.rust-lang.org/book/ch09-00-error-handling.html
133133
[error-blog]: https://brson.github.io/2016/11/30/starting-with-error-chain
134134
[error-chain]: https://docs.rs/error-chain/
135135
[Rust Libz Blitz]: https://internals.rust-lang.org/t/rust-libz-blitz/5184

0 commit comments

Comments
 (0)