Skip to content

Commit 18f7a9c

Browse files
committed
fixed doc links
1 parent e87765e commit 18f7a9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
//! ## Custom Codecs
6060
//!
6161
//! If you don't find a suitable codecs for your needs, you can implement your own; it's straightforward!
62-
//! If you want to create a string codec, you can look at [`JsonSerdeCodec`] as a starting point.
63-
//! In case it's a binary codec, have a look at [`BincodeSerdeCodec`].
62+
//! If you want to create a string codec, you can look at [`string::JsonSerdeCodec`] as a starting point.
63+
//! In case it's a binary codec, have a look at [`binary::BincodeSerdeCodec`].
6464
//!
6565
//! ## Versioning
6666
//!

0 commit comments

Comments
 (0)