2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-16 10:49:55 +00:00

Docs: fix link to io

This commit is contained in:
Dániel Buga 2021-01-29 15:55:37 +01:00 committed by GitHub
parent 09f2c5fce1
commit b05fa450c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,7 @@
//! [files]: fs/struct.File.html //! [files]: fs/struct.File.html
//! [TCP]: net/struct.TcpStream.html //! [TCP]: net/struct.TcpStream.html
//! [UDP]: net/struct.UdpSocket.html //! [UDP]: net/struct.UdpSocket.html
//! [`io`]: fs/struct.File.html //! [`io`]: io/index.html
//! [`sync`]: sync/index.html //! [`sync`]: sync/index.html
//! [`channel`]: channel/index.html //! [`channel`]: channel/index.html
//! //!