Fix a few links in the docs

This commit is contained in:
Oliver Middleton 2017-01-27 18:08:51 +00:00
parent 8367fb7ba6
commit 09b3903aec
7 changed files with 11 additions and 10 deletions

View file

@ -710,7 +710,7 @@ Please note that [`catch_unwind()`] will only catch unwinding panics, not
those who abort the process. See the documentation of [`catch_unwind()`]
for more information.
[`catch_unwind()`]: https://doc.rust-lang.org/std/panic/fn.catch_unwind.html
[`catch_unwind()`]: ../std/panic/fn.catch_unwind.html
# Representing opaque structs