Update README.md

pull/14438/head
Eric Marks 2021-03-17 09:19:22 -05:00 committed by GitHub
parent 4638ce9bc3
commit ecbef81572
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ out of interrupt contexts.
## Documentation ##
The in-depth documentation on specific functions can be found in
[equeue.h](source/equeue.h).
[equeue.h](include/events/equeue.h).
The core of the equeue library is the `equeue_t` type which represents a
single event queue, and the `equeue_dispatch` function which runs the equeue,