diff options
| author | Oliver Middleton <olliemail27@gmail.com> | 2017-01-27 18:08:51 +0000 |
|---|---|---|
| committer | Oliver Middleton <olliemail27@gmail.com> | 2017-01-27 18:08:51 +0000 |
| commit | 09b3903aecf2c8cafa62cb67eccbe10a3ca09b5d (patch) | |
| tree | 8a2da1f4744b3171c52e426d73faf982156189ab /src/doc/book | |
| parent | 8367fb7ba6abae89ab7e17c1b3987ee321f5bb71 (diff) | |
| download | rust-09b3903aecf2c8cafa62cb67eccbe10a3ca09b5d.tar.gz rust-09b3903aecf2c8cafa62cb67eccbe10a3ca09b5d.zip | |
Fix a few links in the docs
Diffstat (limited to 'src/doc/book')
| -rw-r--r-- | src/doc/book/ffi.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/book/ffi.md b/src/doc/book/ffi.md index 50d4d0170fc..8ab580e6aa9 100644 --- a/src/doc/book/ffi.md +++ b/src/doc/book/ffi.md @@ -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 |
