From d09e366edaf18ca32b7ddc52b087b4cee71eb1ba Mon Sep 17 00:00:00 2001 From: Erhannis Date: Thu, 24 Oct 2024 19:53:32 -0400 Subject: [PATCH] Fixed link typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed140b5..3fe8594 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ feature flag requries Rust 1.60+. [`thingbuf::mpsc`]: https://docs.rs/thingbuf/0.1/thingbuf/mpsc/index.html [`thingbuf::mpsc::blocking`]: https://docs.rs/thingbuf/0.1/thingbuf/mpsc/blocking/index.html [static-queue]: https://docs.rs/thingbuf/0.1/thingbuf/struct.StaticThingBuf.html -[static-mpsc]: https://docs.rs/thingbuf/0.1./thingbuf/mpsc/struct.StaticChannel.html +[static-mpsc]: https://docs.rs/thingbuf/0.1/thingbuf/mpsc/struct.StaticChannel.html [`futures::channel::mpsc`]: https://docs.rs/futures/latest/futures/channel/mpsc/index.html [`std::sync::mpsc::sync_channel`]: https://doc.rust-lang.org/stable/std/sync/mpsc/fn.sync_channel.html [`tokio::sync::mpsc`]: https://docs.rs/tokio/latest/tokio/sync/mpsc/index.html