summary refs log tree commit diff
path: root/compiler/rustc_graphviz/src/lib.rs
diff options
context:
space:
mode:
authorErik Hofmayer <ehofmayer@outlook.de>2020-09-23 21:51:56 +0200
committerErik Hofmayer <ehofmayer@outlook.de>2020-09-23 21:51:56 +0200
commit138a2e5eaaafeee8b981045857f9df18ef4689d5 (patch)
treee6f0f197b7b17ce591ddb2e744f27cf9aaeae4cc /compiler/rustc_graphviz/src/lib.rs
parentdd66ea2d3d78727eb3d3574f4f6fbe82085d9ee2 (diff)
downloadrust-138a2e5eaaafeee8b981045857f9df18ef4689d5.tar.gz
rust-138a2e5eaaafeee8b981045857f9df18ef4689d5.zip
/nightly/nightly-rustc
Diffstat (limited to 'compiler/rustc_graphviz/src/lib.rs')
-rw-r--r--compiler/rustc_graphviz/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_graphviz/src/lib.rs b/compiler/rustc_graphviz/src/lib.rs
index 4bd334e15e1..76e33bed97f 100644
--- a/compiler/rustc_graphviz/src/lib.rs
+++ b/compiler/rustc_graphviz/src/lib.rs
@@ -272,7 +272,7 @@
 //! * [DOT language](http://www.graphviz.org/doc/info/lang.html)
 
 #![doc(
-    html_root_url = "https://doc.rust-lang.org/nightly-rustc/",
+    html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/",
     test(attr(allow(unused_variables), deny(warnings)))
 )]
 #![feature(nll)]