Skip to content

Commit 37a1b34

Browse files
author
Anthony Ricaud
committed
I said bye bye os-doc-builder.test !!!!
1 parent 97967fb commit 37a1b34

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/api/networksocket/SocketStats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Socket statistics are stored in an internal data buffer and maintained for close
88

99
### SocketStats class reference
1010

11-
[![View code](https://www.mbed.com/embed/?type=library)](http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/class_socket_stats.html)
11+
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/development/mbed-os-api-doxy/class_socket_stats.html)
1212

1313
### SocketStats example
1414

docs/api/thread_safety.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The RTOS provides several mechanisms to move interrupt processing onto a thread.
7676

7777
<span class="notes">**Note:** In Mbed OS 5, if you attempt to use a mutex from within an interrupt, nothing happens; attempts to lock a mutex will succeed immediately, regardless of whether the lock is actually free. In other words, if you acquire a mutex lock in an interrupt, you can break the thread safety mechanisms and introduce race conditions into an otherwise safe piece of code. Future versions of Mbed OS will provide warnings and ultimately prevent this from happening.</span>
7878

79-
For more information see [rtos/Mutex.h](https://os.test.mbed.com/docs/development/mbed-os-api-doxy/_mutex_8h_source.html).
79+
For more information see [rtos/Mutex.h](https://os.mbed.com/docs/development/mbed-os-api-doxy/_mutex_8h_source.html).
8080

8181
##### Atomics
8282

docs/tutorials/tutorials_intro.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ These tutorials show you how to perform specific tasks that use the Arm Mbed API
3333
<tr>
3434
<td><a href="../apis/socket.html#socket-example">Socket example</a></td>
3535
<td><a href="ble-tutorial.html">BLE tutorial</a></td>
36-
<td><a href="../apis/ibeacon.html#ibeacon-example">BLE ibeacon example</a></td>
36+
<td><a href="../apis/ibeacon.html#ibeacon-example">BLE ibeacon example</a></td>
3737
<td><a href="https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-Button">BLE service template example</a></td>
38-
<td><a href="https://os-doc-builder.test.mbed.com/docs/development/apis/socketstats.html#socketstats-example">SocketStats example</a></td>
38+
<td><a href="https://os.mbed.com/docs/development/apis/socketstats.html#socketstats-example">SocketStats example</a></td>
3939
</tr>
4040
<tr>
4141
<td><a href="../apis/wi-fi.html#wi-fi-example">Wi-Fi example</a></td>
@@ -44,7 +44,7 @@ These tutorials show you how to perform specific tasks that use the Arm Mbed API
4444
<td><a href="LoRa-tutorial.html">LoRa tutorial</a></td>
4545
</tr>
4646
<tr>
47-
<td><a href="../apis/cellular-api.html#cellular-example-connection-establishment">Cellular example</a></td>
47+
<td><a href="../apis/cellular-api.html#cellular-example-connection-establishment">Cellular example</a></td>
4848
<td><a href="../apis/batteryservice.html#batteryservice-example">BLE battery level example</a></td>
4949
<td><a href="https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-LEDBlinker">BLE LED blinker example</a></td>
5050
<td><a href="../apis/lorawan-api.html#lorawan-example">LoRaWAN example</a></td>

0 commit comments

Comments
 (0)