Skip to content

Commit 8e2b35e

Browse files
author
Amanda Butler
authored
Merge pull request #1271 from maciejbocianski/update_platform_utils_examples
update platform utils examples links
2 parents 5332599 + 45930fb commit 8e2b35e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/api/memory/MbedStats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ You can use the `mbed_stats_cpu_get` function to get the uptime, idle time and s
7979

8080
## Memory statistics example
8181

82-
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/mbed-os-example-platform-utils/)](https://os.mbed.com/teams/mbed_example/code/mbed-os-example-platform-utils/file/92b97ba04fd3/main.cpp)
82+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Platform/Utils_ex_1/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Platform/Utils_ex_1/main.cpp)
8383

8484
## Thread statistics example
8585

docs/api/platform/CircularBuffer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ CircularBuffer<int, BUF_SIZE> buf;
2424

2525
## CircularBuffer example
2626

27-
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/mbed-os-example-circular-buffer/)](https://os.mbed.com/teams/mbed_example/code/mbed-os-example-circular-buffer/file/6c43979d0645/main.cpp)
27+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Platform/CircularBuffer_ex_1/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Platform/CircularBuffer_ex_1/main.cpp)

docs/api/platform/CriticalSectionLock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ Mbed OS supports nesting of critical section, and the destructor enables interru
1616

1717
Here is an example that demonstrates a race condition issue and how CriticalSectionLock helps resolves it.
1818

19-
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/mbed-os-example-critical-section/)](https://os.mbed.com/teams/mbed_example/code/mbed-os-example-critical-section/file/a88acbffd78b/main.cpp)
19+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Platform/CriticalSectionLock_ex_1/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Platform/CriticalSectionLock_ex_1/main.cpp)

docs/api/platform/Debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ void *operator new(std::size_t count) {
3131

3232
## Debug example
3333

34-
[![View Example](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/mbed-os-example-platform-utils/file/92b97ba04fd3/main.cpp/)](https://os.mbed.com/teams/mbed_example/code/mbed-os-example-platform-utils/file/92b97ba04fd3/main.cpp)
34+
[![View Example](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Platform/Utils_ex_1/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Platform/Utils_ex_1/main.cpp)

docs/api/platform/PlatformMutex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Mbed OS drivers use the PlatformMutex class instead of [Mutex](mutex.html).
1414

1515
## PlatformMutex example
1616

17-
[![View code](https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/mbed-os-example-platform-mutex/)](https://os.mbed.com/teams/mbed_example/code/mbed-os-example-platform-mutex/file/2084d9e90526/main.cpp)
17+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Platform/PlatformMutex_ex_1/)](https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/APIs_Platform/PlatformMutex_ex_1/main.cpp)
1818

1919
## Related content
2020

0 commit comments

Comments
 (0)