summaryrefslogtreecommitdiffstats
path: root/vendor/io-lifetimes/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/io-lifetimes/README.md')
-rw-r--r--vendor/io-lifetimes/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/io-lifetimes/README.md b/vendor/io-lifetimes/README.md
index db22b0ded..589612112 100644
--- a/vendor/io-lifetimes/README.md
+++ b/vendor/io-lifetimes/README.md
@@ -174,6 +174,6 @@ currently Rust 1.48. This policy may change in the future, in minor version
releases, so users using a fixed version of Rust should pin to a specific
version of this crate.
-[`OwnedFd`]: https://doc.rust-lang.org/stable/std/os/unix/io/struct.OwnedFd.html
-[`BorrowedFd`]: https://doc.rust-lang.org/stable/std/os/unix/io/struct.BorrowedFd.html
+[`OwnedFd`]: https://doc.rust-lang.org/stable/std/os/fd/struct.OwnedFd.html
+[`BorrowedFd`]: https://doc.rust-lang.org/stable/std/os/fd/struct.BorrowedFd.html
[RFC 3128]: https://github.com/rust-lang/rfcs/blob/master/text/3128-io-safety.md