From eea85814e18f7558bc28c6bdc804d6e31d3c456e Mon Sep 17 00:00:00 2001 From: Denis Vasilik Date: Mon, 10 Aug 2020 23:16:01 +0200 Subject: [PATCH] Use intra-doc links --- library/core/src/cmp.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/core/src/cmp.rs b/library/core/src/cmp.rs index a61ad087ffb..e775ded60f5 100644 --- a/library/core/src/cmp.rs +++ b/library/core/src/cmp.rs @@ -17,8 +17,8 @@ //! //! For more details, see the respective documentation of each item in the list. //! -//! [`max`]: fn.max.html -//! [`min`]: fn.min.html +//! [`max`]: Ord::max +//! [`min`]: Ord::min #![stable(feature = "rust1", since = "1.0.0")]