fix broken bootstrap documentation · rust-lang/rust@d2d8fa4 (original) (raw)

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -2515,7 +2515,7 @@ impl Config {
2515 2515 ///
2516 2516 /// This *does not* update the submodule if `config.toml` explicitly says
2517 2517 /// not to, or if we're not in a git repository (like a plain source
2518 - /// tarball). Typically [`Build::require_submodule`] should be
2518 + /// tarball). Typically [`crate::Build::require_submodule`] should be
2519 2519 /// used instead to provide a nice error to the user if the submodule is
2520 2520 /// missing.
2521 2521 pub(crate) fn update_submodule(&self, relative_path: &str) {