about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2023-02-17 09:28:03 +0200
committerNoah Lev <camelidcamel@gmail.com>2023-02-17 13:38:10 -0800
commitfc6b22a01e8e6ed5a5024233d3aec640625bcd1c (patch)
tree6652d5a495157cf9810f24edaba756a4780e7014 /src/doc/rustc-dev-guide
parent8b04713a1a361168511d9dbb0a9f9c7d7f08e260 (diff)
downloadrust-fc6b22a01e8e6ed5a5024233d3aec640625bcd1c.tar.gz
rust-fc6b22a01e8e6ed5a5024233d3aec640625bcd1c.zip
accept review suggestion
Co-authored-by: Noah Lev <camelidcamel@gmail.com>
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/backend/backend-agnostic.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/backend/backend-agnostic.md b/src/doc/rustc-dev-guide/src/backend/backend-agnostic.md
index ef945c4d2cf..e8a65cdc378 100644
--- a/src/doc/rustc-dev-guide/src/backend/backend-agnostic.md
+++ b/src/doc/rustc-dev-guide/src/backend/backend-agnostic.md
@@ -8,7 +8,7 @@ namely LLVM, [Cranelift], and [GCC].
 
 [Cranelift]: https://github.com/bjorn3/rustc_codegen_cranelift
 [GCC]: https://github.com/rust-lang/rustc_codegen_gcc
-[`rustc_codegen_ssa`]: https://doc.rust-lang.org/stable/nightly-rustc/rustc_codegen_ssa/index.html
+[`rustc_codegen_ssa`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_ssa/index.html
 
 # Refactoring of `rustc_codegen_llvm`
 by Denis Merigoux, October 23rd 2018