about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorAdrien Tétar <adri-from-59@hotmail.fr>2014-03-09 13:52:16 +0100
committerAdrien Tétar <adri-from-59@hotmail.fr>2014-03-11 17:56:40 +0100
commit840a2701accbaeb6d4537db79e47150313c74d42 (patch)
treeaed8bf01dfcdf2f44beb9eae4a70d3540d6f7dc8 /src/doc
parent7ec1eb8ab373ad5dfd3d9229c6f89a02424d2b82 (diff)
downloadrust-840a2701accbaeb6d4537db79e47150313c74d42.tar.gz
rust-840a2701accbaeb6d4537db79e47150313c74d42.zip
doc: remove outdated tutorial entry, restore removed Makefile entries
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/tutorial.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md
index d103b9356d9..de3f39ef81d 100644
--- a/src/doc/tutorial.md
+++ b/src/doc/tutorial.md
@@ -57,7 +57,7 @@ they don't contain references to names that aren't actually defined.
 
 # Getting started
 
-> **WARNING**: The tarball and installer links are for the most recent
+> ***Warning:*** The tarball and installer links are for the most recent
 > release, not master. To use master, you **must** build from [git].
 
 The Rust compiler currently must be built from a [tarball] or [git], unless
@@ -80,13 +80,10 @@ You may find that other platforms work, but these are our "tier 1"
 supported build environments that are most likely to work.
 
 > ***Note:*** Windows users should read the detailed
-> "[getting started][wiki-start]" notes on the wiki. Even when using
+> [Getting started][wiki-start] notes on the wiki. Even when using
 > the binary installer, the Windows build requires a MinGW installation,
-> the precise details of which are not discussed here. Finally, `rustc` may
-> need to be [referred to as `rustc.exe`][bug-3319]. It's a bummer, we
-> know.
+> the precise details of which are not discussed here.
 
-[bug-3319]: https://github.com/mozilla/rust/issues/3319
 [wiki-start]: https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
 [git]: https://github.com/mozilla/rust.git