Skip to content

Commit

Permalink
Auto merge of #12537 - dario23:fix-link, r=weihanglo
Browse files Browse the repository at this point in the history
doc: fix two links to tracing docs
  • Loading branch information
bors committed Aug 24, 2023
2 parents afe0f1b + f9eac4b commit 82818ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/contrib/src/implementation/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ CARGO_LOG=cargo::core::compiler::fingerprint=trace cargo build
```

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

0 comments on commit 82818ab

Please sign in to comment.