Skip to content

Commit 1095dca

Browse files
committed
Fix links
1 parent 1ff7da6 commit 1095dca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/core/src/ops/range.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,8 +739,8 @@ pub trait RangeBounds<T: ?Sized> {
739739
/// The returned [`Range`] is safe to pass to [`slice::get_unchecked`] and
740740
/// [`slice::get_unchecked_mut`] for slices of the given length.
741741
///
742-
/// [`slice::get_unchecked`]: crate::slice::get_unchecked
743-
/// [`slice::get_unchecked_mut`]: crate::slice::get_unchecked_mut
742+
/// [`slice::get_unchecked`]: ../../std/primitive.slice.html#method.get_unchecked
743+
/// [`slice::get_unchecked_mut`]: ../../std/primitive.slice.html#method.get_unchecked_mut
744744
///
745745
/// # Panics
746746
///

0 commit comments

Comments
 (0)