Skip to content

Commit b9592ae

Browse files
author
Amanda Butler
authored
Fix link in platform.md
Update link.
1 parent db5cb4c commit b9592ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/api/platform/platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The role of the platform modules is to provide a consistent user experience on t
55
- [Wait](/docs/v5.8/reference/wait.html): An API that provides simple wait capabilities.
66
- [Callback](/docs/v5.8/reference/callback.html): An API that executes the user’s code in its own context.
77
- [DeepSleepLock](/docs/v5.8/reference/deepsleeplock.html): The sleep function for Mbed OS.
8-
- [SleepManager](/docs/v5.8/reference/sleep-manager.html): The function that provides an API to control sleep modes.
8+
- [Power management](/docs/v5.8/reference/power-management.html): The function that provides an API to control sleep modes.
99
- [CriticalSectionLock](/docs/v5.8/reference/criticalsectionlock.html): An object that establishes the beginning of a critical section and uses RAII to disable and restore interrupt state when the current scope exits.
1010
- [Time](/docs/v5.8/reference/time.html): A group of functions in the standard library of the C programming language implementing date and time manipulation operations.
1111
- [Error](/docs/v5.8/reference/error.html): A functions that generates a fatal runtime error.

0 commit comments

Comments
 (0)