We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171d1eb commit 0ae0c3aCopy full SHA for 0ae0c3a
src/sockref.rs
@@ -20,7 +20,7 @@ use crate::Socket;
20
///
21
/// [`TcpStream`]: std::net::TcpStream
22
// Don't use intra-doc links because they won't build on every platform.
23
-/// [`AsFd`]: https://doc.rust-lang.org/stable/std/os/unix/io/trait.AsFd.html
+/// [`AsFd`]: https://doc.rust-lang.org/stable/std/os/fd/trait.AsFd.html
24
/// [`AsSocket`]: https://doc.rust-lang.org/stable/std/os/windows/io/trait.AsSocket.html
25
26
/// # Examples
0 commit comments