]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/README.md
Fix stability
[rust.git] / src / librustc / README.md
index 31812e19aee86d4c90bff5c5ad55a6aee9784cff..fd2e4e2fb7700d6400f386c08d8c0071884ceeaa 100644 (file)
@@ -4,7 +4,7 @@ An informal guide to reading and working on the rustc compiler.
 If you wish to expand on this document, or have a more experienced
 Rust contributor add anything else to it, please get in touch:
 
-* http://internals.rust-lang.org/
+* https://internals.rust-lang.org/
 * https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust
 
 or file a bug:
@@ -71,7 +71,7 @@ The rustc crate itself consists of the following submodules
 - util: ubiquitous types and helper functions
 - lib: bindings to LLVM
 
-The entry-point for the compiler is main() in the librustc_trans
+The entry-point for the compiler is main() in the librustc_driver
 crate.
 
 The 3 central data structures: