Skip to content

Commit 0ae0c3a

Browse files
goffrieThomasdezeeuw
authored andcommitted
Fix docs link for AsFd
1 parent 171d1eb commit 0ae0c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sockref.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use crate::Socket;
2020
///
2121
/// [`TcpStream`]: std::net::TcpStream
2222
// 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
23+
/// [`AsFd`]: https://doc.rust-lang.org/stable/std/os/fd/trait.AsFd.html
2424
/// [`AsSocket`]: https://doc.rust-lang.org/stable/std/os/windows/io/trait.AsSocket.html
2525
///
2626
/// # Examples

0 commit comments

Comments
 (0)