Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 213b7c6

Browse files
committed
Updated doc links
1 parent df68d72 commit 213b7c6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

book/src/error-errorkind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,4 @@ case, you should not use this pattern.
140140

141141
[use-error]: ./use-error.html
142142
[custom-fail]: ./custom-fail.html
143-
[context-api]: https://boats.gitlab.io/failure/doc/failure/struct.Context.html
143+
[context-api]: https://docs.rs/failure/latest/failure/struct.Context.html

book/src/error-msg.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ to the users.
5555

5656
[custom-fail]: ./custom-fail.html
5757
[use-error]: ./use-error.html
58-
[err-msg-api]: https://boats.gitlab.io/failure/doc/failure/fn.err_msg.html
59-
[format-err-api]: https://boats.gitlab.io/failure/doc/failure/macro.format_err.html
58+
[err-msg-api]: https://docs.rs/failure/latest/failure/fn.err_msg.html
59+
[format-err-api]: https://docs.rs/failure/latest/failure/macro.format_err.html

book/src/fail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,6 @@ The biggest hole in our backwards compatibility story is that you cannot
147147
implement `std::error::Error` and also override the backtrace and cause methods
148148
on `Fail`. We intend to enable this with specialization when it becomes stable.
149149

150-
[derive-docs]: https://boats.gitlab.io/failure/derive-fail.html
150+
[derive-docs]: ./derive-fail.html
151151
[stderror]: https://doc.rust-lang.org/std/error/trait.Error.html
152152
[backtrace-crate]: http://alexcrichton.com/backtrace-rs

book/src/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ creating and managing errors in Rust. Additional documentation is found here:
66
* [API documentation][api]
77
* [failure source code][repo]
88

9-
[api]: https://boats.gitlab.io/failure/doc/failure
9+
[api]: https://docs.rs/failure
1010
[repo]: https://github.com/rust-lang-nursery/failure
1111

1212
```rust

0 commit comments

Comments
 (0)