We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4474385 + 922d0c5 commit 5f98c01Copy full SHA for 5f98c01
rayon-core/src/join/mod.rs
@@ -39,7 +39,7 @@ mod test;
39
/// sort for real, you should prefer [the `par_sort` method] offered
40
/// by Rayon).
41
///
42
-/// [the `par_sort` method]: ../slice/trait.ParallelSliceMut.html#method.par_sort
+/// [the `par_sort` method]: ../rayon/slice/trait.ParallelSliceMut.html#method.par_sort
43
44
/// ```rust
45
/// # use rayon_core as rayon;
0 commit comments