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'`
This commit is contained in:
commit
39c6405097
50 changed files with 129 additions and 129 deletions
|
|
@ -1,3 +1,3 @@
|
|||
Please read the rustc-guide chapter on [Backend Agnostic Codegen][bac].
|
||||
Please read the rustc-dev-guide chapter on [Backend Agnostic Codegen][bac].
|
||||
|
||||
[bac]: https://rust-lang.github.io/rustc-guide/codegen/backend-agnostic.html
|
||||
[bac]: https://rustc-dev-guide.rust-lang.org/codegen/backend-agnostic.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue