Skip to content

Commit

Permalink
chore: fix typo in link to documentation (#454)
Browse files Browse the repository at this point in the history
I just came across this typo in the Readme when using `tokio-console` for the first time. 
This is a great tool 👍
  • Loading branch information
Maaxxs authored Aug 2, 2023
1 parent fa9a45c commit 426dfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ cargo run --example $name
[`Layer`]: https://docs.rs/tracing-subscriber/latest/tracing_subscriber/layer/trait.Layer.html
[`tracing` targets]: https://docs.rs/tracing/latest/tracing/struct.Metadata.html
[`TRACE` level]: https://docs.rs/tracing/latest/tracing/struct.Level.html#associatedconstant.TRACE
[builder]: https://docs.rs/console-subscriber/latest/console_subscriber/struct.builder.html
[builder]: https://docs.rs/console-subscriber/latest/console_subscriber/struct.Builder.html
[init]: https://docs.rs/console-subscriber/latest/console_subscriber/fn.init.html
[`EnvFilter`]: https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html
[`Targets`]: https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/targets/struct.Targets.html
Expand Down

0 comments on commit 426dfcf

Please sign in to comment.