Skip to content

Commit 5f98c01

Browse files
bors[bot]AndyGauge
andcommitted
568: link to par_sort resolves r=cuviper a=AndyGauge I found a dead link. Co-authored-by: Andy Gauge <[email protected]>
2 parents 4474385 + 922d0c5 commit 5f98c01

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)