diff options
| author | Martin Liška <martin.liska@hey.com> | 2024-12-29 21:33:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-30 04:33:45 +0800 |
| commit | 8f3ffa308449d8a73334f9d7a1ff5abbd1c75f68 (patch) | |
| tree | 9f01a284711de1c50cbbb53bd5d6f0b4781a1dde | |
| parent | e19542f0a93149c5f5cd170f39ec8d2348bfc75f (diff) | |
| download | rust-8f3ffa308449d8a73334f9d7a1ff5abbd1c75f68.tar.gz rust-8f3ffa308449d8a73334f9d7a1ff5abbd1c75f68.zip | |
Fix 403 received for HEAD request (#2176)
| -rw-r--r-- | src/doc/rustc-dev-guide/src/appendix/bibliography.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/appendix/bibliography.md b/src/doc/rustc-dev-guide/src/appendix/bibliography.md index 0ffce37cdf8..8f6810cbcae 100644 --- a/src/doc/rustc-dev-guide/src/appendix/bibliography.md +++ b/src/doc/rustc-dev-guide/src/appendix/bibliography.md @@ -81,7 +81,7 @@ Rust, as well as publications about Rust. Munksgaard's master's thesis. Research for Servo. * [Ownership is Theft: Experiences Building an Embedded OS in Rust - Amit Levy, et. al.](https://amitlevy.com/papers/tock-plos2015.pdf) * [You can't spell trust without Rust](https://faultlore.com/blah/papers/thesis.pdf). Aria Beingessner's master's thesis. -* [Rust-Bio: a fast and safe bioinformatics library](https://academic.oup.com/bioinformatics/article/32/3/444/1743419). Johannes Köster +* [Rust-Bio: a fast and safe bioinformatics library](https://rust-bio.github.io/). Johannes Köster * [Safe, Correct, and Fast Low-Level Networking](https://octarineparrot.com/assets/msci_paper.pdf). Robert Clipsham's master's thesis. * [Formalizing Rust traits](https://open.library.ubc.ca/cIRcle/collections/ubctheses/24/items/1.0220521). Jonatan Milewski's master's thesis. * [Rust as a Language for High Performance GC Implementation](https://dl.acm.org/doi/pdf/10.1145/3241624.2926707) |
