Skip to content

Commit e792cf1

Browse files
committed
deploy: 328be60
1 parent 885fbd8 commit e792cf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ <h2 id="a-note-about-error-handling"><a class="header" href="#a-note-about-error
236236
<a href="https://docs.rs/thiserror/latest/thiserror/"><code>thiserror</code></a> for library authors.</p>
237237
<p>Error chain has been shown in this book for historical reasons before Rust
238238
<code>std</code> and crates represented macro use as a preference. For more background
239-
on error handling in Rust, read <a href="https://do.rust-lang.org/book/error-handling.html">this page of the Rust book</a>
239+
on error handling in Rust, read <a href="https://doc.rust-lang.org/book/ch09-00-error-handling.html">this page of the Rust book</a>
240240
and <a href="https://brson.github.io/2016/11/30/starting-with-error-chain">this blog post</a>.</p>
241241
<h2 id="a-note-about-crate-representation"><a class="header" href="#a-note-about-crate-representation">A note about crate representation</a></h2>
242242
<p>This cookbook is intended eventually to provide expansive coverage of

print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ <h2 id="a-note-about-error-handling"><a class="header" href="#a-note-about-error
569569
<a href="https://docs.rs/thiserror/latest/thiserror/"><code>thiserror</code></a> for library authors.</p>
570570
<p>Error chain has been shown in this book for historical reasons before Rust
571571
<code>std</code> and crates represented macro use as a preference. For more background
572-
on error handling in Rust, read <a href="https://do.rust-lang.org/book/error-handling.html">this page of the Rust book</a>
572+
on error handling in Rust, read <a href="https://doc.rust-lang.org/book/ch09-00-error-handling.html">this page of the Rust book</a>
573573
and <a href="https://brson.github.io/2016/11/30/starting-with-error-chain">this blog post</a>.</p>
574574
<h2 id="a-note-about-crate-representation"><a class="header" href="#a-note-about-crate-representation">A note about crate representation</a></h2>
575575
<p>This cookbook is intended eventually to provide expansive coverage of

0 commit comments

Comments
 (0)