Skip to content

Commit eb0522c

Browse files
giraffateJoshua Nelson
authored and
Joshua Nelson
committed
Fix a broken link
1 parent ec373ae commit eb0522c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parallel-rustc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ There are a few basic ideas in this effort:
1818
thread-safe. A key strategy here has been converting interior-mutable
1919
data-structures (e.g. `Cell`) into their thread-safe siblings (e.g. `Mutex`).
2020

21-
[`rayon`]: https://crates.io/rayon
21+
[`rayon`]: https://crates.io/crates/rayon
2222

2323
As of this writing, much of this effort is on hold due to lack of manpower. We
2424
have a working prototype with promising performance gains in many cases.

0 commit comments

Comments
 (0)