Skip to content

Commit bd5aebe

Browse files
authored
Also replacing link
Going to the rendered Doxy; the current link won't work on docs.mbed anyway, since it's relative to the repo
1 parent fbe4413 commit bd5aebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ int main() {
2626

2727
## Usage
2828

29-
The core of the mbed-events library is the [EventQueue](EventQueue.h) class, which represents a single event queue. The `EventQueue::dispatch` function runs the queue, providing the context for executing events:
29+
The core of the mbed-events library is the [EventQueue](https://docs.mbed.com/docs/mbed-os-api/en/mbed-os-5.2/api/classevents_1_1EventQueue.html) class, which represents a single event queue. The `EventQueue::dispatch` function runs the queue, providing the context for executing events:
3030

3131
``` cpp
3232
// Creates an event queue with enough buffer space for 32 Callbacks. This

0 commit comments

Comments
 (0)