Skip to content

Commit 96d2376

Browse files
authored
docs: update tracing-appender docs link to correct docs.rs URL (#3325)
The old documentation link for tracing-appender pointed to https://tracing.rs/tracing-appender, which is no longer valid. This commit updates the [docs-v0.2.x-url] in README.md to use the correct and current documentation URL: https://docs.rs/tracing-appender/
1 parent 88dda34 commit 96d2376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing-appender/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Writers for logging events and spans
2020
[docs-badge]: https://docs.rs/tracing-appender/badge.svg
2121
[docs-url]: https://docs.rs/tracing-appender/0.2.2
2222
[docs-v0.2.x-badge]: https://img.shields.io/badge/docs-v0.2.x-blue
23-
[docs-v0.2.x-url]: https://tracing.rs/tracing-appender
23+
[docs-v0.2.x-url]: https://docs.rs/tracing-appender/
2424
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
2525
[mit-url]: ../LICENSE
2626
[actions-badge]: https://github.com/tokio-rs/tracing/workflows/CI/badge.svg

0 commit comments

Comments
 (0)