Skip to content

Commit 82818ab

Browse files
committed
Auto merge of #12537 - dario23:fix-link, r=weihanglo
doc: fix two links to tracing docs
2 parents afe0f1b + f9eac4b commit 82818ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/contrib/src/implementation/debugging.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ CARGO_LOG=cargo::core::compiler::fingerprint=trace cargo build
2323
```
2424

2525
[`tracing`]: https://docs.rs/tracing
26-
[directive]: https://docs.rs/tracing_subscriber/filter/struct.EnvFilter.html#directives
27-
[shorthand macros]: https://docs.rs/tracing/index.html#shorthand-macros
26+
[directive]: https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#directives
27+
[shorthand macros]: https://docs.rs/tracing/latest/tracing/index.html#shorthand-macros

0 commit comments

Comments
 (0)