diff options
| author | longfangsong <longfangsong@icloud.com> | 2020-04-10 22:48:34 +0800 |
|---|---|---|
| committer | longfangsong <longfangsong@icloud.com> | 2020-04-10 22:48:34 +0800 |
| commit | c728c75de757c4ef973eb03640f3f9b9e9e86988 (patch) | |
| tree | d3dc835ae539b0ef3b75f39b4615b9eb025a0acf | |
| parent | 167510f776891f2b0b18d1168ed42377a63493a7 (diff) | |
| download | rust-c728c75de757c4ef973eb03640f3f9b9e9e86988.tar.gz rust-c728c75de757c4ef973eb03640f3f9b9e9e86988.zip | |
fix rustc-dev-guide url in src/librustc_codegen_ssa
| -rw-r--r-- | src/librustc_codegen_ssa/README.md | 2 |
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 |
