about summary refs log tree commit diff
path: root/src/doc/rustc
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2021-02-14 19:38:40 -0800
committerEric Huss <eric@huss.org>2021-02-14 19:38:40 -0800
commitec77574d136e7382578f45127eda77e41444c73c (patch)
tree09b0ae3a19eab6f7e2b1098a7e745d03aa53f054 /src/doc/rustc
parent9503ea19edbf01b9435e80e17d60ce1b88390116 (diff)
downloadrust-ec77574d136e7382578f45127eda77e41444c73c.tar.gz
rust-ec77574d136e7382578f45127eda77e41444c73c.zip
Update link for extern prelude.
Diffstat (limited to 'src/doc/rustc')
-rw-r--r--src/doc/rustc/src/command-line-arguments.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/command-line-arguments.md b/src/doc/rustc/src/command-line-arguments.md
index 30b18eb56a1..3d6579250a0 100644
--- a/src/doc/rustc/src/command-line-arguments.md
+++ b/src/doc/rustc/src/command-line-arguments.md
@@ -300,7 +300,7 @@ flag][prefer-dynamic] may be used to influence which is used.
 If the same crate name is specified with and without a path, the one with the
 path is used and the pathless flag has no effect.
 
-[extern prelude]: ../reference/items/extern-crates.html#extern-prelude
+[extern prelude]: ../reference/names/preludes.html#extern-prelude
 [prefer-dynamic]: codegen-options/index.md#prefer-dynamic
 
 <a id="option-sysroot"></a>