about summary refs log tree commit diff
path: root/compiler/rustc_apfloat/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_apfloat/src/lib.rs')
-rw-r--r--compiler/rustc_apfloat/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_apfloat/src/lib.rs b/compiler/rustc_apfloat/src/lib.rs
index ba3adc4a135..7c96be4f479 100644
--- a/compiler/rustc_apfloat/src/lib.rs
+++ b/compiler/rustc_apfloat/src/lib.rs
@@ -30,7 +30,7 @@
 //!
 //! This API is completely unstable and subject to change.
 
-#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
+#![doc(html_root_url = "https://doc.rust-lang.org/nightly-rustc/")]
 #![no_std]
 #![forbid(unsafe_code)]
 #![feature(nll)]