about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSeo Sanghyeon <sanxiyn@gmail.com>2024-03-19 03:11:07 +0900
committerTshepang Mbambo <tshepang@gmail.com>2024-03-18 20:37:35 +0200
commitd1aba949dbcdae3c24edb7a7dd415170665c4ba2 (patch)
treea0e098141e6a4528e8f49474144dfff809ba6e31 /src
parente46e56790fb21347f161730c555d1b3207d68150 (diff)
downloadrust-d1aba949dbcdae3c24edb7a7dd415170665c4ba2.tar.gz
rust-d1aba949dbcdae3c24edb7a7dd415170665c4ba2.zip
Reflect rustc_codegen_cranelift move
Diffstat (limited to 'src')
-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 c5eb57e64d5..3521c00f5cf 100644
--- a/src/doc/rustc-dev-guide/src/backend/backend-agnostic.md
+++ b/src/doc/rustc-dev-guide/src/backend/backend-agnostic.md
@@ -6,7 +6,7 @@
 provides an abstract interface for all backends to implement,
 namely LLVM, [Cranelift], and [GCC].
 
-[Cranelift]: https://github.com/bjorn3/rustc_codegen_cranelift
+[Cranelift]: https://github.com/rust-lang/rustc_codegen_cranelift
 [GCC]: https://github.com/rust-lang/rustc_codegen_gcc
 [`rustc_codegen_ssa`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_ssa/index.html