Skip to content

Commit a9f6393

Browse files
committed
Auto merge of #12922 - jtracey:patch-1, r=weihanglo
Update link in environment-variables.md Basic link rot fix.
2 parents 4300dd7 + dec5d99 commit a9f6393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/environment-variables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ let out_dir = env::var("OUT_DIR").unwrap();
396396
* `CARGO_PKG_<var>` --- The package information variables, with the same names and values as are [provided during crate building][variables set for crates].
397397

398398
[`tracing`]: https://docs.rs/tracing
399-
[debug logging]: https://doc.crates.io/contrib/architecture/console.html#debug-logging
399+
[debug logging]: https://doc.crates.io/contrib/implementation/debugging.html#logging
400400
[unix-like platforms]: ../../reference/conditional-compilation.html#unix-and-windows
401401
[windows-like platforms]: ../../reference/conditional-compilation.html#unix-and-windows
402402
[target family]: ../../reference/conditional-compilation.html#target_family

0 commit comments

Comments
 (0)