From 960b0945e658885ebc43c2c6cfb42fc7934e369b Mon Sep 17 00:00:00 2001 From: saylor-mik87786 Date: Fri, 29 Aug 2025 10:02:46 +0800 Subject: [PATCH] docs: fix incorrect crates.io link path --- docs/docs/pages/sdk/protocol/protocol/frames.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/pages/sdk/protocol/protocol/frames.mdx b/docs/docs/pages/sdk/protocol/protocol/frames.mdx index a077ceed34..7bfeb4f8b1 100644 --- a/docs/docs/pages/sdk/protocol/protocol/frames.mdx +++ b/docs/docs/pages/sdk/protocol/protocol/frames.mdx @@ -72,7 +72,7 @@ provide ways to decode single and multiple frames, respectively. [parse_frame]: https://docs.rs/kona-protocol/latest/kona_protocol/struct.Frame.html#method.parse_frame [parse_frames]: https://docs.rs/kona-protocol/latest/kona_protocol/struct.Frame.html#method.parse_frames -[protocol]: https://crates.io/crate/kona-protocol +[protocol]: https://crates.io/crates/kona-protocol [id]: https://docs.rs/kona-protocol/latest/kona_protocol/struct.Frame.html#structfield.id [number]: https://docs.rs/kona-protocol/latest/kona_protocol/struct.Frame.html#structfield.number