From 69f822524f417ec9ab50131379eb34412c3b2b19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Huchet?= Date: Wed, 31 May 2017 11:38:19 +0200 Subject: [PATCH] fix links to "module-level documentation" --- src/libcore/iter/traits.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libcore/iter/traits.rs b/src/libcore/iter/traits.rs index 798dda1992813..015cc150dc27c 100644 --- a/src/libcore/iter/traits.rs +++ b/src/libcore/iter/traits.rs @@ -109,7 +109,7 @@ pub trait FromIterator: Sized { /// /// See the [module-level documentation] for more. /// - /// [module-level documentation]: trait.FromIterator.html + /// [module-level documentation]: index.html /// /// # Examples /// @@ -219,7 +219,7 @@ pub trait IntoIterator { /// /// See the [module-level documentation] for more. /// - /// [module-level documentation]: trait.IntoIterator.html + /// [module-level documentation]: index.html /// /// # Examples ///