Skip to content

Commit 8d85f89

Browse files
authored
Fix broken link in rustdoc (#5222)
2 parents abc9532 + eda3eec commit 8d85f89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/context/src/fmt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use tracing_subscriber::{
1818

1919
use crate::LogContext;
2020

21-
/// An event formatter usable by the [`tracing-subscriber`] crate, which
21+
/// An event formatter usable by the [`tracing_subscriber`] crate, which
2222
/// includes the log context and the OTEL trace ID.
2323
#[derive(Debug, Default)]
2424
pub struct EventFormatter;

crates/storage/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
//! To define a new repository, you have to:
2121
//! 1. Define a new (async) repository trait, with the methods you need
2222
//! 2. Write an implementation of this trait for each storage backend you want
23-
//! (currently only for [`mas-storage-pg`])
23+
//! (currently only for `mas-storage-pg`)
2424
//! 3. Make it accessible via the [`RepositoryAccess`] trait
2525
//!
2626
//! The repository trait definition should look like this:

0 commit comments

Comments
 (0)