about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKevin Ballard <kevin@sb.org>2014-01-11 19:15:05 -0800
committerKevin Ballard <kevin@sb.org>2014-01-11 19:15:05 -0800
commitde6f213927f4b4040a970b19cd5060698fb6731f (patch)
tree687885047dce51f2817cf3577f23c65a0010493d
parent110e5dd1ac5fc1ac83f803560f0d2e65b77d7a49 (diff)
downloadrust-de6f213927f4b4040a970b19cd5060698fb6731f.tar.gz
rust-de6f213927f4b4040a970b19cd5060698fb6731f.zip
Restore missing line breaks in doc/index.html
a30d61b05a removed all of the trailing whitespace in doc/index.md.
Unfortunately, that trailing whitespace was actually markdown syntax for
line breaks.
-rw-r--r--doc/index.md38
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/index.md b/doc/index.md
index 39d535a5aeb..2d8911897c4 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -6,32 +6,32 @@
 .header-section-number { display: none; }
 </style>
 
-[The Rust tutorial](tutorial.html)  ([PDF](tutorial.pdf))
-[The Rust reference manual](rust.html) ([PDF](rust.pdf))
+[The Rust tutorial](tutorial.html)  ([PDF](tutorial.pdf))  
+[The Rust reference manual](rust.html) ([PDF](rust.pdf))  
 
 # Guides
 
-[Pointers](guide-pointers.html)
-[References and Lifetimes](guide-lifetimes.html)
-[Containers and Iterators](guide-container.html)
-[Tasks and Communication](guide-tasks.html)
-[Foreign Function Interface](guide-ffi.html)
-[Macros](guide-macros.html)
-[Packaging](guide-rustpkg.html)
-[Testing](guide-testing.html)
+[Pointers](guide-pointers.html)  
+[References and Lifetimes](guide-lifetimes.html)  
+[Containers and Iterators](guide-container.html)  
+[Tasks and Communication](guide-tasks.html)  
+[Foreign Function Interface](guide-ffi.html)  
+[Macros](guide-macros.html)  
+[Packaging](guide-rustpkg.html)  
+[Testing](guide-testing.html)  
 [Conditions](guide-conditions.html)
 
 # Libraries
 
-[The standard library, `libstd`](std/index.html)
+[The standard library, `libstd`](std/index.html)  
 [The extra library, `libextra`](extra/index.html)
 
-[The M:N runtime library, `libgreen`](green/index.html)
+[The M:N runtime library, `libgreen`](green/index.html)  
 [The 1:1 runtime library, `libnative`](native/index.html)
 
 [The Rust packaging library, `librustpkg`](rustpkg/index.html)
 
-[The Rust parser, `libsyntax`](syntax/index.html)
+[The Rust parser, `libsyntax`](syntax/index.html)  
 [The Rust compiler, `librustc`](rustc/index.html)
 
 # Tooling
@@ -40,14 +40,14 @@
 
 # FAQs
 
-[Language FAQ](complement-lang-faq.html)
-[Project FAQ](complement-project-faq.html)
-[Usage FAQ](complement-usage-faq.html)
-[Code cheatsheet](complement-cheatsheet.html) - "How do I do X?"
+[Language FAQ](complement-lang-faq.html)  
+[Project FAQ](complement-project-faq.html)  
+[Usage FAQ](complement-usage-faq.html)  
+[Code cheatsheet](complement-cheatsheet.html) - "How do I do X?"  
 [How to submit a bug report](complement-bugreport.html)
 
 # External resources
 
-The Rust [IRC channel](http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust) - `#rust` on irc.mozilla.org
-The Rust community on [Reddit](http://reddit.com/r/rust)
+The Rust [IRC channel](http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust) - `#rust` on irc.mozilla.org  
+The Rust community on [Reddit](http://reddit.com/r/rust)  
 The Rust [wiki](http://github.com/mozilla/rust/wiki)