diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-11-24 23:12:35 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-12-07 23:56:21 +0100 |
| commit | eb84f4243fa7e18f97ee39f6c0b751f4c329a4ee (patch) | |
| tree | 59789077a3e195107d1879f99e113d9c50ceda0a /src/doc | |
| parent | 8b1fc4b842929961f2f6a09d7c44ec010150ed77 (diff) | |
| download | rust-eb84f4243fa7e18f97ee39f6c0b751f4c329a4ee.tar.gz rust-eb84f4243fa7e18f97ee39f6c0b751f4c329a4ee.zip | |
fix markdown file differences
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/not_found.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/doc/not_found.md b/src/doc/not_found.md index ebe7c59313f..f404aa046c1 100644 --- a/src/doc/not_found.md +++ b/src/doc/not_found.md @@ -13,20 +13,20 @@ Some things that might be helpful to you though: # Search -* <form action="https://duckduckgo.com/"> +<form action="https://duckduckgo.com/"> <input type="text" id="site-search" name="q" size="80"></input> - <input type="submit" value="Search DuckDuckGo"> -</form> -* Rust doc search: <span id="core-search"></span> + <input type="submit" value="Search DuckDuckGo"></form> + +Rust doc search: <span id="core-search"></span> # Reference -* [The Rust official site](https://www.rust-lang.org) -* [The Rust reference](https://doc.rust-lang.org/reference/index.html) + * [The Rust official site](https://www.rust-lang.org) + * [The Rust reference](https://doc.rust-lang.org/reference/index.html) # Docs -* [The standard library](https://doc.rust-lang.org/std/) +[The standard library](https://doc.rust-lang.org/std/) <script> function get_url_fragments() { |
