Skip to content

Commit 03e6a68

Browse files
committed
docs: Fix link
1 parent 1514675 commit 03e6a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
//!
216216
//! Mitigations include:
217217
//! - Setting `RUST_LOG_STYLE=never` to have all ANSI escape codes stripped
218-
//! - In the application, calling [`Builder::write_style(Never)`] to have all ANSI escape codes stripped
218+
//! - In the application, calling [`Builder::write_style(Never)`][Builder::write_style] to have all ANSI escape codes stripped
219219
//! - In the application, [stripping ANSI escape codes](https://docs.rs/anstream/latest/anstream/adapter/fn.strip_str.html)
220220
//! from user inputs
221221
//!

0 commit comments

Comments
 (0)