Skip to content

Commit e10f1ca

Browse files
author
AnotherButler
committed
Replace old links
Replace old links with most current ones in v5.14.
1 parent bfa72ac commit e10f1ca

File tree

22 files changed

+27
-29
lines changed

22 files changed

+27
-29
lines changed

docs/api/bluetooth/BLE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ The class's member functions can be divided by purpose:
5858

5959
Here is an example demonstrating how you can create a BLE beacon.
6060

61-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/master/BLE_Beacon/source)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-5.12/BLE_Beacon/source/main.cpp)
61+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/master/BLE_Beacon/source)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-5.14/BLE_Beacon/source/main.cpp)
6262

6363
## Example: BLE heart rate monitor
6464

6565
Here is an example demonstrating how to build a heart rate sensor that can be connected and monitored by a BLE client such as your phone.
6666

67-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/master/BLE_HeartRate/source)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-5.12/BLE_HeartRate/source/main.cpp)
67+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/master/BLE_HeartRate/source)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-5.14/BLE_HeartRate/source/main.cpp)
6868

6969
## Related content
7070

docs/api/bluetooth/BatteryService.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The BatteryService class implements the Bluetooth Battery Service as defined by
1212

1313
## BatteryService example
1414

15-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/master/BLE_BatteryLevel/source)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-5.12/BLE_BatteryLevel/source/main.cpp)
15+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/master/BLE_BatteryLevel/source)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-5.14/BLE_BatteryLevel/source/main.cpp)
1616

1717
## Related content
1818

docs/api/bluetooth/HeartRateService.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The HeartRateService class implements the Bluetooth Heart Rate service as define
1414

1515
## HeartRateService example
1616

17-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/master/BLE_HeartRate/source)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-5.12/BLE_HeartRate/source/main.cpp)
17+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/master/BLE_HeartRate/source)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-5.14/BLE_HeartRate/source/main.cpp)
1818

1919
## Related content
2020

docs/api/bluetooth/iBeacon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ The iBeacon class builds an advertising payload mimicking an iBeacon and assigns
1212

1313
## iBeacon example
1414

15-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/master/BLE_Beacon/source)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-5.12/BLE_Beacon/source/main.cpp)
15+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-ble/blob/master/BLE_Beacon/source)](https://github.com/ARMmbed/mbed-os-example-ble/blob/mbed-os-5.14/BLE_Beacon/source/main.cpp)
1616

1717
<span class="notes">**Note:** You can find more information at the [Apple iBeacon page](https://developer.apple.com/ibeacon/).</span>

docs/api/lorawan/loraradio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To configure this class, please see the [LoRa configuration documentation](../re
1212

1313
## LoRaRadio example
1414

15-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-lorawan)](https://github.com/ARMmbed/mbed-os-example-lorawan/blob/mbed-os-5.12/main.cpp)
15+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-lorawan)](https://github.com/ARMmbed/mbed-os-example-lorawan/blob/mbed-os-5.14/main.cpp)
1616

1717
## Related content
1818

docs/api/lorawan/lorawan.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ To configure this class, please see the [LoRa configuration documentation](../re
1515

1616
Please visit our Arm Mbed Online Compiler example, and follow the instructions in the `README.md`.
1717

18-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-lorawan)](https://github.com/ARMmbed/mbed-os-example-lorawan/blob/mbed-os-5.12/main.cpp)
18+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-lorawan)](https://github.com/ARMmbed/mbed-os-example-lorawan/blob/mbed-os-5.14/main.cpp)
1919

2020
## Related content
2121

2222
- [LoRa configuration documentation](../reference/lorawan-configuration.html).
2323
- [LoRa architecture](../reference/lora-tech.html).
2424
- End-to-end [LoRa on Arm Mbed tutorial](../tutorials/LoRa-tutorial.html).
25-
- [Blog post: Adding a LoRaWAN stack to Mbed OS 5.8](https://os.mbed.com/blog/entry/Adding-a-LoRaWAN-stack-to-Mbed-OS-58/).

docs/api/networkinterfaces/CellularInterface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ To bring up the network interface:
6262

6363
This example establishes connection with the cellular network using Mbed OS CellularInterface.
6464

65-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-cellular)](https://github.com/ARMmbed/mbed-os-example-cellular/blob/mbed-os-5.12/main.cpp)
65+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-cellular)](https://github.com/ARMmbed/mbed-os-example-cellular/blob/mbed-os-5.14/main.cpp)
6666

6767
## Related content
6868

docs/api/networkinterfaces/WifiInterface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This program scans for Wi-Fi access points in the area. There are multiple [Wi-F
6060

6161
The ESP8266Interface uses AT commands over serial interface to connect to an external Wi-Fi device. The OdinWiFiInterface provides an Ethernet-like driver to the Mbed OS network stack. The network stack uses the driver to connect to Wi-Fi:
6262

63-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-wifi)](https://github.com/ARMmbed/mbed-os-example-wifi/blob/mbed-os-5.12/main.cpp)
63+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-wifi)](https://github.com/ARMmbed/mbed-os-example-wifi/blob/mbed-os-5.14/main.cpp)
6464

6565
## Related content
6666

docs/api/networksocket/SocketStats.md

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

1515
Here is an example to collect socket statistics.
1616

17-
[![View Example](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-socket-stats)](https://github.com/ARMmbed/mbed-os-example-socket-stats/blob/mbed-os-5.12/main.cpp)
17+
[![View Example](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-socket-stats)](https://github.com/ARMmbed/mbed-os-example-socket-stats/blob/mbed-os-5.14/main.cpp)
1818

1919
## Related content
2020

docs/api/networksocket/TCPSocket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Accepting a connection leaves the original socket in listening mode. You can con
2626

2727
Here is a client example of HTTP transaction over TCPSocket:
2828

29-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-sockets)](https://github.com/ARMmbed/mbed-os-example-sockets/blob/mbed-os-5.12/main.cpp)
29+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-sockets)](https://github.com/ARMmbed/mbed-os-example-sockets/blob/mbed-os-5.14/main.cpp)
3030

3131
## Related content
3232

docs/api/platform/MbedStats.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,19 +83,19 @@ You can use the `mbed_stats_cpu_get` function to get the uptime, idle time and s
8383

8484
## Thread statistics example
8585

86-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-thread-statistics)](https://github.com/ARMmbed/mbed-os-example-thread-statistics/blob/mbed-os-5.12/main.cpp)
86+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-thread-statistics)](https://github.com/ARMmbed/mbed-os-example-thread-statistics/blob/mbed-os-5.14/main.cpp)
8787

8888
## System information example
8989

90-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-sys-info)](https://github.com/ARMmbed/mbed-os-example-sys-info/blob/mbed-os-5.12/main.cpp)
90+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-sys-info)](https://github.com/ARMmbed/mbed-os-example-sys-info/blob/mbed-os-5.14/main.cpp)
9191

9292
## CPU statistics example
9393

94-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-cpu-stats)](https://github.com/ARMmbed/mbed-os-example-cpu-stats/blob/mbed-os-5.12/main.cpp)
94+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-cpu-stats)](https://github.com/ARMmbed/mbed-os-example-cpu-stats/blob/mbed-os-5.14/main.cpp)
9595

9696
## CPU usage example
9797

98-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-cpu-usage/)](https://github.com/ARMmbed/mbed-os-example-cpu-usage/blob/mbed-os-5.12/main.cpp)
98+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-cpu-usage/)](https://github.com/ARMmbed/mbed-os-example-cpu-usage/blob/mbed-os-5.14/main.cpp)
9999

100100
## Related content
101101

docs/api/security/crypto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The Mbed TLS configuration system configures Mbed Crypto. Please refer to [Mbed
1818

1919
This example covers some basic use of the PSA Crypto API, as well as factory entropy injection:
2020

21-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-mbed-crypto/)](https://github.com/ARMmbed/mbed-os-example-mbed-crypto/blob/mbed-os-5.12/main.cpp)
21+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-mbed-crypto/)](https://github.com/ARMmbed/mbed-os-example-mbed-crypto/blob/mbed-os-5.14/getting-started/main.cpp)
2222

2323
For further information, please refer to the README file in [the example repository](https://github.com/ARMmbed/mbed-os-example-mbed-crypto).
2424

docs/api/security/psa_attestation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ In the current implementation, a bootloader does not exist in single and dual V7
5252

5353
## PSA initial attestation example
5454

55-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-attestation/blob/attestation_example)](https://github.com/ARMmbed/mbed-os-example-attestation/blob/mbed-os-5.12/main.cpp)
55+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-attestation/blob/attestation_example)](https://github.com/ARMmbed/mbed-os-example-attestation/blob/mbed-os-5.14/main.cpp)
5656

5757
## Related content
5858

docs/api/storage/Dir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Dir class operates as an iterator or stream similarly to the File class, exc
1414

1515
## File system example
1616

17-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-filesystem/)](https://github.com/ARMmbed/mbed-os-example-filesystem/blob/mbed-os-5.12/main.cpp)
17+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-filesystem/)](https://github.com/ARMmbed/mbed-os-example-filesystem/blob/mbed-os-5.14/main.cpp)
1818

1919
## Related content
2020

docs/api/storage/FATFileSystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To configure this class, please see the [FileSystem configuration documentation]
3838

3939
## FATFileSystem example
4040

41-
[![View code](https://www.mbed.com/embed/?url=https://github.com/armmbed/mbed-os-example-filesystem/)](https://github.com/ARMmbed/mbed-os-example-filesystem/blob/mbed-os-5.12/main.cpp)
41+
[![View code](https://www.mbed.com/embed/?url=https://github.com/armmbed/mbed-os-example-filesystem/)](https://github.com/ARMmbed/mbed-os-example-filesystem/blob/mbed-os-5.14/main.cpp)
4242

4343
## Related content
4444

docs/api/storage/File.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Combining `read`, `write`, and `seek` on a File allows both streaming and random
1818

1919
## File system example
2020

21-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-filesystem/)](https://github.com/ARMmbed/mbed-os-example-filesystem/blob/mbed-os-5.12/main.cpp)
21+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-filesystem/)](https://github.com/ARMmbed/mbed-os-example-filesystem/blob/mbed-os-5.14/main.cpp)
2222

2323
## Related content
2424

docs/api/storage/FileSystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For details regarding how to configure the default file system or override its i
2020

2121
## File system example
2222

23-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-filesystem/)](https://github.com/ARMmbed/mbed-os-example-filesystem/blob/mbed-os-5.12/main.cpp)
23+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-filesystem/)](https://github.com/ARMmbed/mbed-os-example-filesystem/blob/mbed-os-5.14/main.cpp)
2424

2525
## Sector requirements
2626

docs/api/storage/KVStoreAPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Classes implementing KVStore API:
2828

2929
## KVStore example
3030

31-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-kvstore)](https://github.com/ARMmbed/mbed-os-example-kvstore/blob/mbed-os-5.12/main.cpp)
31+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-kvstore)](https://github.com/ARMmbed/mbed-os-example-kvstore/blob/mbed-os-5.14/main.cpp)
3232

3333
## Related content
3434

docs/api/storage/KVStoreGlobalAPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This parameter is used in the iterator `kv_iterator_open` function to define the
4040

4141
## Static Global API example
4242

43-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-kvstore/)](https://github.com/ARMmbed/mbed-os-example-kvstore/blob/mbed-os-5.12/main.cpp)
43+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-kvstore/)](https://github.com/ARMmbed/mbed-os-example-kvstore/blob/mbed-os-5.14/main.cpp)
4444

4545
## Related content
4646

docs/api/storage/LittleFileSystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To configure this class, please see the [FileSystem configuration documentation]
4545

4646
## LittleFileSystem example
4747

48-
[![View code](https://www.mbed.com/embed/?url=https://github.com/armmbed/mbed-os-example-filesystem/)](https://github.com/ARMmbed/mbed-os-example-filesystem/blob/mbed-os-5.12/main.cpp)
48+
[![View code](https://www.mbed.com/embed/?url=https://github.com/armmbed/mbed-os-example-filesystem/)](https://github.com/ARMmbed/mbed-os-example-filesystem/blob/mbed-os-5.14/main.cpp)
4949

5050
## Related content
5151

docs/api/storage/NVStore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Unless specifically configured by the user, NVStore selects the last two flash s
1616

1717
## NVStore example
1818

19-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-nvstore)](https://github.com/ARMmbed/mbed-os-example-nvstore/blob/mbed-os-5.12/main.cpp)
19+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-nvstore)](https://github.com/ARMmbed/mbed-os-example-nvstore/blob/mbed-os-5.14/main.cpp)
2020

2121
## Related content
2222

docs/tutorials/using_apis/connectivity/light-control.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cd mbed-os-example-mesh-minimal
1111

1212
Or click `Import into Mbed IDE` in the example below:
1313

14-
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-mesh-minimal)](https://github.com/ARMmbed/mbed-os-example-mesh-minimal/blob/mbed-os-5.10.0/mesh_led_control_example.cpp)
14+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-mesh-minimal)](https://github.com/ARMmbed/mbed-os-example-mesh-minimal/blob/mbed-os-5.14/mesh_led_control_example.cpp)
1515

1616
## Change the channel settings (optional)
1717

@@ -114,7 +114,7 @@ You also need to check how LEDs and buttons are configured for your hardware, an
114114

115115
To run a 6LoWPAN-ND network, you need a working RF driver for Nanostack. This example uses the Atmel AT86RF233 by default.
116116

117-
To change the RF driver, modify the `mbed_app.json` file by setting preferred RF driver `provide_default` value to true, For example, to use MCR20a RF driver:
117+
To change the RF driver, modify the `mbed_app.json` file by setting preferred RF driver `provide_default` value to true, For example, to use MCR20a RF driver:
118118

119119
```json
120120
"atmel-rf.provide-default": false,
@@ -224,4 +224,3 @@ $ mbed compile -m KW24D -t IAR --profile release
224224
## Troubleshooting
225225

226226
If you have problems, you can review the [documentation](../tutorials/debugging.html) for suggestions on what could be wrong and how to fix it.
227-

0 commit comments

Comments
 (0)