Skip to content

Commit 0a61000

Browse files
authored
Merge pull request #134 from nbianca/gh-pages
Fixed broken URL. Fixes #111.
2 parents ae7d1b0 + 1ff523b commit 0a61000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2015-04-10-Fearless-Concurrency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ months. Stay tuned!
614614
[mutex]: http://static.rust-lang.org/doc/master/std/sync/struct.Mutex.html
615615
[send]: http://static.rust-lang.org/doc/master/std/marker/trait.Send.html
616616
[sync]: http://static.rust-lang.org/doc/master/std/marker/trait.Sync.html
617-
[scoped]: http://static.rust-lang.org/doc/master/std/thread/fn.scoped.html
617+
[scoped]: https://doc.rust-lang.org/1.0.0/std/thread/fn.scoped.html
618618
[syncbox]: https://github.com/carllerche/syncbox
619619
[simple_parallel]: https://github.com/huonw/simple_parallel
620620
[crossbeam-crate]: https://crates.io/crates/crossbeam

0 commit comments

Comments
 (0)