From 62dde2b0410115dbfd243a60fd16224064666f7c Mon Sep 17 00:00:00 2001 From: Anatol Ulrich <45840+spookyvision@users.noreply.github.com> Date: Wed, 9 Oct 2024 21:04:52 +0200 Subject: [PATCH] Update README.md . --- 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