Skip to content

Commit 03861e5

Browse files
committed
fix rustdoc links
1 parent 7bcfe47 commit 03861e5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

library/core/src/error.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -122,16 +122,16 @@ expect-as-precondition style error messages remember to focus on the word
122122
"should" as in "env variable should be set by blah" or "the given binary
123123
should be available and executable by the current user".
124124

125-
[`panic_any`]: crate::panic::panic_any
125+
[`panic_any`]: ../../std/panic/fn.panic_any.html
126126
[`PanicInfo`]: crate::panic::PanicInfo
127-
[`catch_unwind`]: crate::panic::catch_unwind
128-
[`resume_unwind`]: crate::panic::resume_unwind
127+
[`catch_unwind`]: ../../std/panic/fn.catch_unwind.html
128+
[`resume_unwind`]: ../../std/panic/fn.resume_unwind.html
129129
[`downcast`]: crate::error::Error
130-
[`Termination`]: crate::process::Termination
130+
[`Termination`]: ../../std/process/trait.Termination.html
131131
[`Try`]: crate::ops::Try
132-
[panic hook]: crate::panic::set_hook
133-
[`set_hook`]: crate::panic::set_hook
134-
[`take_hook`]: crate::panic::take_hook
132+
[panic hook]: ../../std/panic/fn.set_hook.html
133+
[`set_hook`]: ../../std/panic/fn.set_hook.html
134+
[`take_hook`]: ../../std/panic/fn.take_hook.html
135135
[panic-handler]: <https://doc.rust-lang.org/nomicon/panic-handler.html>
136136
[`match`]: ../../std/keyword.match.html
137137
[`?`]: ../../std/result/index.html#the-question-mark-operator-

0 commit comments

Comments
 (0)