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`