Skip to content

Commit 6ede79c

Browse files
davidbarskyzamazan4ikhawkw
authored
chore: fix typos in tracing-appender's README (#1780)
Co-authored-by: Alexander Zaitsev <[email protected]> Co-authored-by: Eliza Weisman <[email protected]>
1 parent 3e259f3 commit 6ede79c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tracing-appender/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This crate can be used in a few ways to record spans/events:
5353
- Using *any* type implementing [`std::io::Write`][write] in a
5454
non-blocking fashion.
5555
- Using [`NonBlocking`][non_blocking] and [`RollingFileAppender`][file_appender]
56-
together to write to write to log files in a non-blocking fashion.
56+
together to write to log files in a non-blocking fashion.
5757

5858
## Rolling File Appender
5959

@@ -137,7 +137,7 @@ fn main() {
137137
[tracing]: https://docs.rs/tracing/latest/tracing/
138138
[make_writer]: https://docs.rs/tracing-subscriber/latest/tracing_subscriber/fmt/trait.MakeWriter.html
139139
[write]: https://doc.rust-lang.org/std/io/trait.Write.html
140-
[non_blocking]: https://docs.rs/tracing-appender/latest/tracing_appender/non_blocking/indexx.html
140+
[non_blocking]: https://docs.rs/tracing-appender/latest/tracing_appender/non_blocking/index.html
141141
[rolling]: https://docs.rs/tracing-appender/latest/tracing_appender/rolling/index.html
142142
[guard]: https://docs.rs/tracing-appender/latest/tracing_appender/non_blocking/struct.WorkerGuard.html
143143
[file_appender]: https://docs.rs/tracing-appender/latest/tracing_appender/rolling/struct.RollingFileAppender.html

0 commit comments

Comments
 (0)