We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e625e commit d2a0dd0Copy full SHA for d2a0dd0
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