]> git.lizzy.rs Git - rust.git/blobdiff - README.md
Collect library features from library/
[rust.git] / README.md
index 70d3d51ce9b237962d0aae06677ffa875f2eefbc..639789123d8321ebedda2356f910934393bc97e3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ The Rust build system uses a Python script called `x.py` to build the compiler,
 which manages the bootstrapping process. More information about it can be found 
 by running `./x.py --help` or reading the [rustc dev guide][rustcguidebuild].
 
-[gettingstarted]: https://rustc-dev-guide.rust-lang.org/getting-started.md
+[gettingstarted]: https://rustc-dev-guide.rust-lang.org/getting-started.html
 [rustcguidebuild]: https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html
 
 ### Building on a Unix-like system