aboutsummaryrefslogtreecommitdiff
path: root/pw_log/rust/pw_log_backend_printf.rs
diff options
context:
space:
mode:
Diffstat (limited to 'pw_log/rust/pw_log_backend_printf.rs')
-rw-r--r--pw_log/rust/pw_log_backend_printf.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/pw_log/rust/pw_log_backend_printf.rs b/pw_log/rust/pw_log_backend_printf.rs
index a91cc3a69..8952ec40a 100644
--- a/pw_log/rust/pw_log_backend_printf.rs
+++ b/pw_log/rust/pw_log_backend_printf.rs
@@ -23,8 +23,7 @@
//! such as bounding the length of strings explicitly but this is still an
//! off-ramp from Rust's safety guarantees.
//!
-//! TODO: https://issues.pigweed.dev/issues/311232605 - Document how to
-//! configure facade backends.
+//! TODO: <pwbug.dev/311232605> - Document how to configure facade backends.
use pw_log_backend_api::LogLevel;
pub use pw_log_backend_printf_macro::pw_logf_backend;