Skip to content

Commit 922d0c5

Browse files
committed
link to par_sort across multiple crates
1 parent 4474385 commit 922d0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rayon-core/src/join/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ mod test;
3939
/// sort for real, you should prefer [the `par_sort` method] offered
4040
/// by Rayon).
4141
///
42-
/// [the `par_sort` method]: ../slice/trait.ParallelSliceMut.html#method.par_sort
42+
/// [the `par_sort` method]: ../rayon/slice/trait.ParallelSliceMut.html#method.par_sort
4343
///
4444
/// ```rust
4545
/// # use rayon_core as rayon;

0 commit comments

Comments
 (0)