From 4638ce9bc33204f81f809e4877b737d38bbba89d Mon Sep 17 00:00:00 2001 From: Eric Marks <64268853+Eric-A-Marks@users.noreply.github.com> Date: Wed, 17 Mar 2021 09:18:42 -0500 Subject: [PATCH] Update README.md --- events/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/README.md b/events/README.md index d154f56704..bd6829a4dc 100644 --- a/events/README.md +++ b/events/README.md @@ -192,7 +192,7 @@ out of interrupt contexts. ## Documentation ## The in-depth documentation on specific functions can be found in -[equeue.h](equeue.h). +[equeue.h](source/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,