about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorMark Mansi <markm@cs.wisc.edu>2019-06-26 10:41:07 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2019-06-26 10:45:56 -0500
commitb145f3d93504226ac44167024e6069e14b9f2721 (patch)
tree88b8591835b011f33145777e2cfd4238e11767d4 /src/doc/rustc-dev-guide
parentb28310b8307b5ef4eac46af85b6f0ae765540be4 (diff)
downloadrust-b145f3d93504226ac44167024e6069e14b9f2721.tar.gz
rust-b145f3d93504226ac44167024e6069e14b9f2721.zip
avoid ftp links
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/appendix/bibliography.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/appendix/bibliography.md b/src/doc/rustc-dev-guide/src/appendix/bibliography.md
index a5bd84b2505..19a9217f70a 100644
--- a/src/doc/rustc-dev-guide/src/appendix/bibliography.md
+++ b/src/doc/rustc-dev-guide/src/appendix/bibliography.md
@@ -51,8 +51,8 @@ Rust, as well as publications about Rust.
   idea](https://www.usenix.org/conference/hotpar12/parallel-closures-new-twist-old-idea)
   - not exactly about Rust, but by nmatsakis
 * [Patina: A Formalization of the Rust Programming
-  Language](ftp://ftp.cs.washington.edu/tr/2015/03/UW-CSE-15-03-02.pdf). Early
-  formalization of a subset of the type system, by Eric Reed.
+  Language](http://dada.cs.washington.edu/research/tr/2015/03/UW-CSE-15-03-02.pdf).
+  Early formalization of a subset of the type system, by Eric Reed.
 * [Experience Report: Developing the Servo Web Browser Engine using
   Rust](http://arxiv.org/abs/1505.07383). By Lars Bergstrom.
 * [Implementing a Generic Radix Trie in