Skip to content

Commit 64f7254

Browse files
author
Amanda Butler
authored
Merge pull request #1247 from maciejbocianski/update_sleep_examples
update sleep examples links
2 parents ac3e00b + ce5f0ce commit 64f7254

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/api/power/DeepSleepLock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The `DeepSleepLock` class provides an RAII object for disabling sleep. In other
1212

1313
This example shows how you can lock deep sleep to decrease interrupt latency at the expense of increased power consumption.
1414

15-
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/DeepSleepLock_Example_1/)](https://os.mbed.com/teams/mbed_example/code/DeepSleepLock_Example_1/file/66aac0656e71/main.cpp)
15+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Platform/DeepSleepLock_Example_1/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Platform/DeepSleepLock_Example_1/main.cpp)
1616

1717
## Related content
1818

docs/api/power/IdleLoop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ void main()
2020

2121
## Example
2222

23-
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/SleepManager_Example_1/)](https://os.mbed.com/teams/mbed_example/code/SleepManager_Example_1/file/e85412b4147e/main.cpp)
23+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Platform/SleepManager_Example_1/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Platform/SleepManager_Example_1/main.cpp)
2424

2525
## Related content
2626

docs/api/power/PowerManagement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ After the call the processor and most components will reset, but it will not aff
111111

112112
## Example
113113

114-
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/SleepManager_Example_1/)](https://os.mbed.com/teams/mbed_example/code/SleepManager_Example_1/file/e85412b4147e/main.cpp)
114+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Platform/SleepManager_Example_1/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Platform/SleepManager_Example_1/main.cpp)
115115

116116
## Related content
117117

0 commit comments

Comments
 (0)