From 3cd8ba298b535789f4927ea4a8f77907e5274a6e Mon Sep 17 00:00:00 2001 From: Weiliang Li Date: Sat, 2 Jan 2021 02:18:43 +0900 Subject: [PATCH] Replace the dead link of crossbeam::scope in 2015-04-10-Fearless-Concurrency.md --- posts/2015-04-10-Fearless-Concurrency.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/2015-04-10-Fearless-Concurrency.md b/posts/2015-04-10-Fearless-Concurrency.md index 008967005..1b78e8d25 100644 --- a/posts/2015-04-10-Fearless-Concurrency.md +++ b/posts/2015-04-10-Fearless-Concurrency.md @@ -618,6 +618,6 @@ months. Stay tuned! [syncbox]: https://github.com/carllerche/syncbox [simple_parallel]: https://github.com/huonw/simple_parallel [crossbeam-crate]: https://crates.io/crates/crossbeam -[crossbeam-doc]: http://aturon.github.io/crossbeam-doc/crossbeam/fn.scope.html +[crossbeam-doc]: https://docs.rs/crossbeam/0.8.0/crossbeam/fn.scope.html [scoped-threadpool-crate]: https://crates.io/crates/scoped_threadpool [scoped-threadpool-doc]: http://kimundi.github.io/scoped-threadpool-rs/scoped_threadpool/index.html#examples: