]> git.lizzy.rs Git - rust.git/blobdiff - CONTRIBUTING.md
Move config.toml.example to the root dir
[rust.git] / CONTRIBUTING.md
index 04b6fea75a78a87d962e33aa961635832fd7a404..5b325110d380b2962a5ca9b57df24125f7878236 100644 (file)
@@ -99,7 +99,7 @@ Before you can start building the compiler you need to configure the build for
 your system. In most cases, that will just mean using the defaults provided
 for Rust.
 
-To change configuration, you must copy the file `src/bootstrap/config.toml.example`
+To change configuration, you must copy the file `config.toml.example`
 to `config.toml` in the directory from which you will be running the build, and
 change the settings provided.