From 2c168e654c42953daba8f89d06d9050e7420d381 Mon Sep 17 00:00:00 2001 From: Jonas Nicklas Date: Mon, 6 Apr 2015 23:07:35 +0200 Subject: [PATCH] Fix link in Any documentation --- src/libcore/any.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcore/any.rs b/src/libcore/any.rs index 320fdd50b3510..92e41fc9e2222 100644 --- a/src/libcore/any.rs +++ b/src/libcore/any.rs @@ -87,7 +87,7 @@ use marker::{Reflect, Sized}; /// /// Every type with no non-`'static` references implements `Any`. /// -/// [mod]: ../index.html +/// [mod]: ./index.html #[stable(feature = "rust1", since = "1.0.0")] pub trait Any: Reflect + 'static { /// Get the `TypeId` of `self`