]> git.lizzy.rs Git - rust.git/commitdiff
Update some old references to rust.md
authorKeegan McAllister <kmcallister@mozilla.com>
Thu, 25 Sep 2014 20:36:43 +0000 (13:36 -0700)
committerKeegan McAllister <kmcallister@mozilla.com>
Wed, 1 Oct 2014 20:21:52 +0000 (13:21 -0700)
src/doc/README.md
src/doc/complement-design-faq.md
src/libsyntax/feature_gate.rs

index 98d94442b441119a8c21ae303c9c6ad6660aa73f..cf1557e66049e106a4521c4f3421400567b20803 100644 (file)
@@ -33,7 +33,7 @@ something like:
 pandoc --from=markdown --to=html5 --number-sections -o reference.html reference.md
 ~~~~
 
-(rust.md being the Rust Reference Manual.)
+(reference.md being the Rust Reference Manual.)
 
 The syntax for pandoc flavored markdown can be found at:
 http://johnmacfarlane.net/pandoc/README.html#pandocs-markdown
index ca63dd0c2599d6b1090bcd666a5ba10ee21be4e3..6cdaf96d3f50e3c7dc19fce994ac23887d32e094 100644 (file)
@@ -39,7 +39,7 @@ representation as a primitive. This allows using Rust `enum`s in FFI where C
 `enum`s are also used, for most use cases. The attribute can also be applied
 to `struct`s to get the same layout as a C struct would.
 
-[repr]: rust.html#miscellaneous-attributes
+[repr]: reference.html#miscellaneous-attributes
 
 ## There is no GC
 
index ca6d488772c613b520e641fb0f7887c63250c577..a7d1f7575bfecb43ab8de10c85061bb6a3a3d14c 100644 (file)
@@ -73,7 +73,7 @@
 
     ("if_let", Active),
 
-    // if you change this list without updating src/doc/rust.md, cmr will be sad
+    // if you change this list without updating src/doc/reference.md, cmr will be sad
 
     // A temporary feature gate used to enable parser extensions needed
     // to bootstrap fix for #5723.