From 822ec2be2b4d4348cacd0bee8b0dbb72b6254589 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sun, 14 Feb 2021 19:29:24 -0800 Subject: [PATCH] Update link for no_std. --- src/rust-2018/module-system/path-clarity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust-2018/module-system/path-clarity.md b/src/rust-2018/module-system/path-clarity.md index 0a87e46d..03270aa0 100644 --- a/src/rust-2018/module-system/path-clarity.md +++ b/src/rust-2018/module-system/path-clarity.md @@ -98,7 +98,7 @@ Some examples of needing to explicitly import sysroot crates are: [`test`]: ../../../test/index.html [nightly channel]: ../../../book/appendix-07-nightly-rust.html [no_core]: https://github.com/rust-lang/rust/issues/29639 -[no_std]: ../../../reference/crates-and-source-files.html#preludes-and-no_std +[no_std]: ../../../reference/names/preludes.html#the-no_std-attribute #### Macros