From 14ec268b8aa30ede7ebd190c3caf1c4cbc856be2 Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Fri, 11 May 2018 17:31:06 +0200 Subject: Fixed broken link in tokio-fs documentation (#352) --- tokio-fs/src/file/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tokio-fs/src') diff --git a/tokio-fs/src/file/mod.rs b/tokio-fs/src/file/mod.rs index 00927664..0d1a23e9 100644 --- a/tokio-fs/src/file/mod.rs +++ b/tokio-fs/src/file/mod.rs @@ -1,6 +1,6 @@ //! Types for working with [`File`]. //! -//! [`File`]: struct.File.html +//! [`File`]: file/struct.File.html mod create; mod open; -- cgit v1.2.3