Skip to content

Commit af3b8b6

Browse files
rename events example
1 parent 64f7254 commit af3b8b6

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)