From 425f449fdacb72f98a3e7c4326997b09b9b9a127 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Mon, 12 Jan 2015 13:16:07 -0500 Subject: [PATCH] Remove PDF link on 404 page Fixes #17368 --- src/doc/not_found.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/doc/not_found.md b/src/doc/not_found.md index bd4d9591097..c746c5773dd 100644 --- a/src/doc/not_found.md +++ b/src/doc/not_found.md @@ -12,6 +12,7 @@ Looks like you've taken a wrong turn. Some things that might be helpful to you though: ## Search + *
@@ -19,10 +20,12 @@ Some things that might be helpful to you though: * Rust doc search: ## Reference + * [The Rust official site](http://rust-lang.org) -* [The Rust reference](http://doc.rust-lang.org/reference.html) (* [PDF](http://doc.rust-lang.org/reference.pdf)) +* [The Rust reference](http://doc.rust-lang.org/reference.html) ## Docs + * [The standard library](http://doc.rust-lang.org/std/)