From e4266803cb7116a8178d4389ce42a39f38e3b512 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 13 Aug 2015 15:42:14 -0400 Subject: [PATCH] Fix broken link to Wilson reported by @chris-code here: https://github.com/rust-lang/rust/issues/24486#issuecomment-130812460 --- src/doc/trpl/the-stack-and-the-heap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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