Skip to content

Commit eea8581

Browse files
committed
Use intra-doc links
1 parent f260462 commit eea8581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/core/src/cmp.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
//!
1818
//! For more details, see the respective documentation of each item in the list.
1919
//!
20-
//! [`max`]: fn.max.html
21-
//! [`min`]: fn.min.html
20+
//! [`max`]: Ord::max
21+
//! [`min`]: Ord::min
2222
2323
#![stable(feature = "rust1", since = "1.0.0")]
2424

0 commit comments

Comments
 (0)