diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-02-06 16:17:51 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-06 16:17:51 +0800 |
| commit | cf19ac5824ca6961a226348a869f7c41c8185202 (patch) | |
| tree | 9988998bd4a3dac0c4d41340a9d7749de6af6609 | |
| parent | 3145dd3021f46b98feff23f6fb4ac7d6da6811a1 (diff) | |
| parent | 299b78e2e3fa43ac283af429e062e58d946c0c7d (diff) | |
| download | rust-cf19ac5824ca6961a226348a869f7c41c8185202.tar.gz rust-cf19ac5824ca6961a226348a869f7c41c8185202.zip | |
Merge pull request #2245 from marxin/fix-link-2
Replace link with a https based one
| -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 8f6810cbcae..93426b645a6 100644 --- a/src/doc/rustc-dev-guide/src/appendix/bibliography.md +++ b/src/doc/rustc-dev-guide/src/appendix/bibliography.md @@ -82,7 +82,7 @@ Rust, as well as publications about Rust. * [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://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. +* [Safe, Correct, and Fast Low-Level Networking](https://csperkins.org/research/thesis-msci-clipsham.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) * [Simple Verification of Rust Programs via Functional Purification](https://github.com/Kha/electrolysis). Sebastian Ullrich's master's thesis. |
