Skip to content

Commit eda3eec

Browse files
committed
Fix another broken link in the rustdocs
1 parent 9566dc4 commit eda3eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)