Skip to content

Commit 979387d

Browse files
committed
fix broken links
1 parent bb872a6 commit 979387d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/appendix/bibliography.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Rust, as well as publications about Rust.
66

77
## Type system
88

9-
* [Region based memory management in Cyclone](http://209.68.42.137/ucsd-pages/Courses/cse227.w03/handouts/cyclone-regions.pdf)
9+
* [Region based memory management in Cyclone](https://www.cs.umd.edu/projects/cyclone/papers/cyclone-regions.pdf)
1010
* [Safe manual memory management in Cyclone](http://www.cs.umd.edu/projects/PL/cyclone/scp.pdf)
1111
* [Typeclasses: making ad-hoc polymorphism less ad hoc](http://www.ps.uni-sb.de/courses/typen-ws99/class.ps.gz)
1212
* [Macros that work together](https://www.cs.utah.edu/plt/publications/jfp12-draft-fcdf.pdf)
@@ -31,7 +31,7 @@ Rust, as well as publications about Rust.
3131
* [Balanced work stealing for time-sharing multicores](http://www.cse.ohio-state.edu/hpcs/WWW/HTML/publications/papers/TR-12-1.pdf)
3232
* [Three layer cake for shared-memory programming](http://dl.acm.org/citation.cfm?id=1953616&dl=ACM&coll=DL&CFID=524387192&CFTOKEN=44362705)
3333
* [Non-blocking steal-half work queues](http://www.cs.bgu.ac.il/%7Ehendlerd/papers/p280-hendler.pdf)
34-
* [Reagents: expressing and composing fine-grained concurrency](http://www.mpi-sws.org/~turon/reagents.pdf)
34+
* [Reagents: expressing and composing fine-grained concurrency](http://aturon.github.io/academic/reagents.pdf)
3535
* [Algorithms for scalable synchronization of shared-memory multiprocessors](https://www.cs.rochester.edu/u/scott/papers/1991_TOCS_synch.pdf)
3636
* [Epoch-based reclamation](https://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-579.pdf).
3737

@@ -43,9 +43,10 @@ Rust, as well as publications about Rust.
4343

4444
## Papers *about* Rust
4545

46-
* [GPU Programming in Rust: Implementing High Level Abstractions in a
47-
Systems Level
48-
Language](http://www.cs.indiana.edu/~eholk/papers/hips2013.pdf). Early GPU work by Eric Holk.
46+
* [GPU Programming in Rust: Implementing High Level Abstractions in a Systems
47+
Level
48+
Language](https://www.cs.indiana.edu/~achauhan/Publications/Pubs/2013-hips-holk-rust.pdf).
49+
Early GPU work by Eric Holk.
4950
* [Parallel closures: a new twist on an old
5051
idea](https://www.usenix.org/conference/hotpar12/parallel-closures-new-twist-old-idea)
5152
- not exactly about Rust, but by nmatsakis

0 commit comments

Comments
 (0)