Skip to content

Commit 6556fd9

Browse files
authored
Fix link to event module in README.md (#835)
The link for `rustix::event` was for `rustix::fs`.
1 parent 5f56f55 commit 6556fd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ by default. The rest of the API is conditional with cargo feature flags:
7777
| |
7878
| `use-libc` | Enable the libc backend.
7979

80-
[`rustix::event`]: https://docs.rs/rustix/*/rustix/fs/index.html
80+
[`rustix::event`]: https://docs.rs/rustix/*/rustix/event/index.html
8181
[`rustix::fs`]: https://docs.rs/rustix/*/rustix/fs/index.html
8282
[`rustix::io_uring`]: https://docs.rs/rustix/*/rustix/io_uring/index.html
8383
[`rustix::mm`]: https://docs.rs/rustix/*/rustix/mm/index.html

0 commit comments

Comments
 (0)