Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eea8581

Browse files
committedAug 10, 2020
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

Lines changed: 2 additions & 2 deletions
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)
Please sign in to comment.