about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonas Schievink <jonasschievink@gmail.com>2021-02-15 16:07:10 +0100
committerGitHub <noreply@github.com>2021-02-15 16:07:10 +0100
commit1ee4a7bba6e3f8ee873f7690fd3096758fe0cd78 (patch)
tree98c93e7ed45881cfe4c23fa45f882649bcfc60e3
parent1c75dfbce7390d06d6e396e60a6e7f7597a6e000 (diff)
parentec77574d136e7382578f45127eda77e41444c73c (diff)
downloadrust-1ee4a7bba6e3f8ee873f7690fd3096758fe0cd78.tar.gz
rust-1ee4a7bba6e3f8ee873f7690fd3096758fe0cd78.zip
Rollup merge of #82133 - ehuss:extern-prelude-link, r=jyn514
Update link for extern prelude.

There was some reorganization in the reference as part of https://github.com/rust-lang/reference/pull/937.
-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>