about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-08-14 04:09:57 +0000
committerbors <bors@rust-lang.org>2015-08-14 04:09:57 +0000
commit741a19f8efcb060febfaf29bee13860a55ba8bf2 (patch)
tree0fa4c411f3b987f813a7f0c0fce5eb79db6ec1b1 /src
parent033e127066c0d57b36eb7e202840387a98b017f8 (diff)
parente4266803cb7116a8178d4389ce42a39f38e3b512 (diff)
downloadrust-741a19f8efcb060febfaf29bee13860a55ba8bf2.tar.gz
rust-741a19f8efcb060febfaf29bee13860a55ba8bf2.zip
Auto merge of #27816 - steveklabnik:for_chrisbot, r=alexcrichton
reported by @chris-code here: https://github.com/rust-lang/rust/issues/24486#issuecomment-130812460
Diffstat (limited to 'src')
-rw-r--r--src/doc/trpl/the-stack-and-the-heap.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/the-stack-and-the-heap.md b/src/doc/trpl/the-stack-and-the-heap.md
index e4317f9c399..e7e98c5828c 100644
--- a/src/doc/trpl/the-stack-and-the-heap.md
+++ b/src/doc/trpl/the-stack-and-the-heap.md
@@ -549,7 +549,7 @@ reuse.
 If you’d like to dive into this topic in greater detail, [this paper][wilson]
 is a great introduction.
 
-[wilson]: http://www.cs.northwestern.edu/~pdinda/icsclass/doc/dsa.pdf
+[wilson]: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.143.4688
 
 ## Semantic impact