about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2020-04-10 18:15:29 +0200
committerGitHub <noreply@github.com>2020-04-10 18:15:29 +0200
commit178aa6ae9e1d6673b7e52df64c60c22c36a7ae57 (patch)
tree59bede271685aae5066302f92c3cfb007af59633
parent6dc77f546d84daa84076e555b3f227f7b76db859 (diff)
parentc728c75de757c4ef973eb03640f3f9b9e9e86988 (diff)
downloadrust-178aa6ae9e1d6673b7e52df64c60c22c36a7ae57.tar.gz
rust-178aa6ae9e1d6673b7e52df64c60c22c36a7ae57.zip
Rollup merge of #70991 - longfangsong:master, r=jonas-schievink
fix rustc-dev-guide's url in src/librustc_codegen_ssa

Change the backend-agnostic chapter's url in rustc-dev-guide from [url](https://rustc-dev-guide.rust-lang.org/codegen/backend-agnostic.html), which is 404 now, to [the right one](https://rustc-dev-guide.rust-lang.org/backend/backend-agnostic.html).

Sorry for disturbing.
-rw-r--r--src/librustc_codegen_ssa/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_codegen_ssa/README.md b/src/librustc_codegen_ssa/README.md
index 90d991a3a4b..7b770187b75 100644
--- a/src/librustc_codegen_ssa/README.md
+++ b/src/librustc_codegen_ssa/README.md
@@ -1,3 +1,3 @@
 Please read the rustc-dev-guide chapter on [Backend Agnostic Codegen][bac].
 
-[bac]: https://rustc-dev-guide.rust-lang.org/codegen/backend-agnostic.html
+[bac]: https://rustc-dev-guide.rust-lang.org/backend/backend-agnostic.html