From 1cede0b0ef1d2747e9747a3f177ce83522d90a10 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Wed, 27 May 2015 15:08:06 -0400 Subject: [PATCH] Fix section headers on Not Found page Fixes #25794 --- src/doc/not_found.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/doc/not_found.md b/src/doc/not_found.md index e740bf3c223..0efdf45c640 100644 --- a/src/doc/not_found.md +++ b/src/doc/not_found.md @@ -11,7 +11,7 @@ Looks like you've taken a wrong turn. Some things that might be helpful to you though: -## Search +# Search *
@@ -19,12 +19,12 @@ Some things that might be helpful to you though:
* Rust doc search: -## Reference +# Reference * [The Rust official site](http://rust-lang.org) * [The Rust reference](http://doc.rust-lang.org/reference.html) -## Docs +# Docs * [The standard library](http://doc.rust-lang.org/std/)