diff --git a/tokio/src/sync/set_once.rs b/tokio/src/sync/set_once.rs index 017bef547..b8615ae87 100644 --- a/tokio/src/sync/set_once.rs +++ b/tokio/src/sync/set_once.rs @@ -85,7 +85,7 @@ use std::sync::atomic::Ordering; /// } /// ``` /// -/// [`asyncio.Event`]: https://docs.python.org/3/library/asyncio-event.html +/// [`asyncio.Event`]: https://docs.python.org/3/library/asyncio-sync.html#asyncio.Event pub struct SetOnce { value_set: AtomicBool, value: UnsafeCell>,