summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorOlivier FAURE <CouteauBleu@gmail.com>2020-11-11 14:58:56 +0000
committerJoshua Nelson <joshua@yottadb.com>2020-11-11 10:39:15 -0500
commitc52906f46da95f4281f367634029892c2421bc7f (patch)
tree3b905161f9abea435edcf617c4e662f61342b411 /src/doc/rustc-dev-guide
parenta179f33191bd91c323dc9f3ed97c75e54fe2e0fc (diff)
downloadrust-c52906f46da95f4281f367634029892c2421bc7f.tar.gz
rust-c52906f46da95f4281f367634029892c2421bc7f.zip
Update src/compiler-debugging.md
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/compiler-debugging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/compiler-debugging.md b/src/doc/rustc-dev-guide/src/compiler-debugging.md
index 914aee1bc9b..4b241d8ea69 100644
--- a/src/doc/rustc-dev-guide/src/compiler-debugging.md
+++ b/src/doc/rustc-dev-guide/src/compiler-debugging.md
@@ -152,7 +152,7 @@ These crates are used in compiler for logging:
 * [env-logger]
 
 [log]: https://docs.rs/log/0.4.6/log/index.html
-[env-logger]: https://docs.rs/env_logger/0.8.1/env_logger/
+[env-logger]: https://docs.rs/env_logger
 
 The compiler has a lot of `debug!` calls, which print out logging information
 at many points. These are very useful to at least narrow down the location of