Skip to content

Commit c2d7aef

Browse files
author
Amanda Butler
authored
Fix link in rtos.md
Fix broken link.
1 parent 721cf03 commit c2d7aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/rtos/rtos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The Mbed OS RTOS capabilities include managing objects such as threads, synchronization objects and timers. It also provides interfaces for attaching an application-specific idle hook function, reads the OS tick count and implements functionality to report RTOS errors.
44

5-
The code of the Mbed RTOS can be found in the [`mbed-os`](https://github.com/ARMmbed/mbed-os) repository, in the [RTOS subdirectory](https://github.com/ARMmbed/mbed-os/blob/master/rtos). See [the Doxygen](../mbed-os-api-doxy/group__rtos.html) for more information.
5+
The code of the Mbed RTOS can be found in the [`mbed-os`](https://github.com/ARMmbed/mbed-os) repository, in the [RTOS subdirectory](https://github.com/ARMmbed/mbed-os/blob/master/rtos). See [the Doxygen](../mbed-os-api-doxy/group__rtos-public-api.html) for more information.
66

77
## Memory considerations
88

0 commit comments

Comments
 (0)