diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-03-12 16:32:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-12 16:32:19 +0100 |
| commit | 39c6405097c4584633841f7fb8bc31dc285c986d (patch) | |
| tree | 28e190b7c6c270ffa43cbf36740c92a1a6236f18 /src/test | |
| parent | 4f7fc5ad67368e8c9ef0ce1a4564e8228e67740a (diff) | |
| parent | b3b32b74bcc767aae694c473e87d10cee9d0aff3 (diff) | |
| download | rust-39c6405097c4584633841f7fb8bc31dc285c986d.tar.gz rust-39c6405097c4584633841f7fb8bc31dc285c986d.zip | |
Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini
Rename rustc guide This is in preparation for https://github.com/rust-lang/rustc-guide/issues/470 Needs to be merged after we actually rename the guide. Have used this to rename: `git grep -l 'rustc_guide' | xargs sed -i 's/rustc_guide/rustc_dev_guide/g'` `git grep -l 'rustc-guide' | xargs sed -i 's/rustc-guide/rustc-dev-guide/g'` `git grep -l 'rustc guide' | xargs sed -i 's/rustc guide/rustc dev guide/g'`
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/COMPILER_TESTS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/COMPILER_TESTS.md b/src/test/COMPILER_TESTS.md index 3f47ca834cd..ea540bd0b18 100644 --- a/src/test/COMPILER_TESTS.md +++ b/src/test/COMPILER_TESTS.md @@ -1,4 +1,4 @@ # Compiler Test Documentation Documentation for the compiler testing framework can be found in -[the rustc guide](https://rust-lang.github.io/rustc-guide/tests/intro.html). +[the rustc dev guide](https://rustc-dev-guide.rust-lang.org/tests/intro.html). |
