diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-05-27 15:08:06 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-05-27 19:15:17 -0400 |
| commit | 1cede0b0ef1d2747e9747a3f177ce83522d90a10 (patch) | |
| tree | b6e3bc75ea85a7c9c90ee1221f220ca9282ee560 | |
| parent | efcc1d1bcb48122ae1c522b0f4a996188791f38a (diff) | |
Fix section headers on Not Found page
Fixes #25794
| -rw-r--r-- | src/doc/not_found.md | 6 |
1 files 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 * <form action="https://duckduckgo.com/"> <input type="text" id="site-search" name="q" size="80"></input> @@ -19,12 +19,12 @@ Some things that might be helpful to you though: </form> * Rust doc search: <span id="core-search"></span> -## 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/) |
