Skip to content

Commit 089f76e

Browse files
authored
fix the relative links to the iter module
Browsing the Rayon 1.0 docs I hit a few snags.
1 parent 7876ca1 commit 089f76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
//! - [`ThreadPoolBuilder`] can be used to create your own thread pools or customize
2929
//! the global one.
3030
//!
31-
//! [iter module]: iter
31+
//! [iter module]: iter/index.html
3232
//! [`join`]: fn.join.html
3333
//! [`scope`]: fn.scope.html
3434
//! [`par_sort`]: slice/trait.ParallelSliceMut.html#method.par_sort

0 commit comments

Comments
 (0)