Skip to content

Conversation

tkoyasak
Copy link
Contributor

The link to Python's asyncio.Event documentation was pointing to asyncio-event.html which doesn't exist. This corrects it to the proper URL at asyncio-sync.html#asyncio.Event as mentioned in PR #7418.

Motivation

The documentation contains a broken link to Python's asyncio.Event documentation.
The current link points to https://docs.python.org/3/library/asyncio-event.html
which returns a 404 error.

PR #7418 mentioned the correct URL should be
https://docs.python.org/3/library/asyncio-sync.html#asyncio.Event.

Solution

Updated the documentation link from the non-existent asyncio-event.html to
the correct asyncio-sync.html#asyncio.Event.

The link to Python's asyncio.Event documentation was pointing to
asyncio-event.html which doesn't exist. This corrects it to the
proper URL at asyncio-sync.html#asyncio.Event as mentioned in PR tokio-rs#7418.
@github-actions github-actions bot added the R-loom-sync Run loom sync tests on this PR label Jul 26, 2025
@ADD-SP ADD-SP changed the title docs: fix broken Python asyncio.Event documentation link sync: fix broken link of Python asyncio.Event in SetOnce docs Jul 27, 2025
@ADD-SP ADD-SP added T-docs Topic: documentation A-tokio Area: The main tokio crate M-sync Module: tokio/sync labels Jul 27, 2025
@ADD-SP ADD-SP merged commit ce41896 into tokio-rs:master Jul 27, 2025
90 checks passed
@tkoyasak tkoyasak deleted the fix-asyncio-event-link branch July 27, 2025 00:34
@Darksonn Darksonn mentioned this pull request Aug 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate M-sync Module: tokio/sync R-loom-sync Run loom sync tests on this PR T-docs Topic: documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants