Skip to content

Commit bf09c43

Browse files
author
Amanda Butler
authored
Merge pull request #1257 from maciejbocianski/rename_events_example
rename events example
2 parents 2b119c5 + af3b8b6 commit bf09c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/rtos/Event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Event class is thread safe. The `post` and `cancel` APIs are IRQ safe.
1212

1313
The code below demonstrates how you can instantiate, configure and post events.
1414

15-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_RTOS/mbed-os-example-events/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_RTOS/mbed-os-example-events/main.cpp)
15+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_RTOS/Events_ex_1/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_RTOS/Events_ex_1/main.cpp)
1616

1717
## Related content
1818

0 commit comments

Comments
 (0)