Skip to content

Commit 269b511

Browse files
Typos + link updated
1 parent 06b2a9d commit 269b511

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/introduction/tutorials_intro.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This page is an index of all tutorials and official examples.
99
| Data storage | | - [BlockDevice](https://github.com/ARMmbed/mbed-os-example-blockdevice) <br/> - [FileSystem](https://github.com/ARMmbed/mbed-os-example-filesystem) <br/> - [KVStore](https://github.com/ARMmbed/mbed-os-example-kvstore) <br/> - [SD driver](https://github.com/ARMmbed/mbed-os-example-sd-driver) |
1010
| BLE | | - [Advertising](https://github.com/ARMmbed/mbed-os-example-ble/tree/master/BLE_Advertising) <br/> - [GAP](https://github.com/ARMmbed/mbed-os-example-ble/tree/master/BLE_GAP) <br/> - [Gatt Client - Characteristic Updates](https://github.com/ARMmbed/mbed-os-example-ble/tree/master/BLE_GattClient_CharacteristicUpdates) <br/> - [Gatt Client - Characteristic Write](https://github.com/ARMmbed/mbed-os-example-ble/tree/master/BLE_GattClient_CharacteristicWrite) <br/> - [Gatt Server - Add Service](https://github.com/ARMmbed/mbed-os-example-ble/tree/master/BLE_GattServer_AddService) <br/> - [Gatt Server - Characteristic Updates](https://github.com/ARMmbed/mbed-os-example-ble/tree/master/BLE_GattServer_CharacteristicUpdates) <br/> - [Gatt Server - Characteristic Write](https://github.com/ARMmbed/mbed-os-example-ble/tree/master/BLE_GattServer_CharacteristicWrite) <br/> - [Periodic advertising](https://github.com/ARMmbed/mbed-os-example-ble/tree/master/BLE_PeriodicAdvertising) <br/> - [Security & Privacy](https://github.com/ARMmbed/mbed-os-example-ble/tree/master/BLE_SecurityAndPrivacy) |
1111
| Drivers | [Alarm](../apis/drivers-tutorials.html) | |
12-
| Network interfaces | - [Mesh tutorial](../apis/connectivity-tutorials.html) <br/> - [LoRaWAN usage](../apis/lorawan-usage.html) <br/> - [Building a private loRa network](../apis/LoRa-tutorial.html) <br/> - [Nanostack border router](https://github.com/ARMmbed/nanostack-border-router) | - [Cellular](https://github.com/ARMmbed/mbed-os-example-cellular) <br/> - [LoRaWAN](https://github.com/ARMmbed/mbed-os-example-lorawan) <br/> - [Mesh minimal](https://github.com/ARMmbed/mbed-os-example-mesh-minimal) (also available in the [light control tutorial](../apis/light-control.html)) <br/> - [Wi-Fi (part of sockets example)](https://github.com/ARMmbed/mbed-os-example-sockets) |
12+
| Network interfaces | - [Mesh tutorial](../apis/connectivity-tutorials.html) <br/> - [LoRaWAN usage](../apis/lorawan-usage.html) <br/> - [Building a private LoRa network](../apis/LoRa-tutorial.html) <br/> - [Nanostack border router](https://github.com/ARMmbed/nanostack-border-router) | - [Cellular](https://github.com/ARMmbed/mbed-os-example-cellular) <br/> - [LoRaWAN](https://github.com/ARMmbed/mbed-os-example-lorawan) <br/> - [Mesh minimal](https://github.com/ARMmbed/mbed-os-example-mesh-minimal) (also available in the [light control tutorial](../apis/light-control.html)) <br/> - [Wi-Fi (part of sockets example)](https://github.com/ARMmbed/mbed-os-example-sockets) |
1313
| Network socket | | - [Sockets (including TLS sockets)](https://github.com/ARMmbed/mbed-os-example-sockets) <br/> - [Socket statistics](https://github.com/ARMmbed/mbed-os-example-socket-stats) |
1414
| NFC | | - [Smart Poster](https://github.com/ARMmbed/mbed-os-example-nfc/blob/master/NFC_SmartPoster/README.md) <br/> - [EEPROM](https://github.com/ARMmbed/mbed-os-example-nfc/blob/master/NFC_EEPROM/README.md)|
1515
| Platform | - [Application flow control](../apis/platform-tutorials.html) <br/> - [Power optimization](../apis/power-optimization.html) | - [Thread statistics](https://github.com/ARMmbed/mbed-os-example-thread-statistics) <br/> - [CPU statistics](https://github.com/ARMmbed/mbed-os-example-cpu-stats) <br/> - [Error handling](https://github.com/ARMmbed/mbed-os-example-error-handling) <br/> - [System information](https://github.com/ARMmbed/mbed-os-example-sys-info) <br/> - [Link time optimization](../apis/link-time-optimization.html) |
@@ -32,15 +32,15 @@ These tutorials show you how to install, export a project to and start a debuggi
3232

3333
- [BBC micro:bit, pyOCD and GDB debugging tutorial](../debug-test/debug-microbit.html).
3434
- [Troubleshooting common issues](../debug-test/troubleshooting-common-issues.html).
35-
- [Analyzing Mbed OS crash dump tutorial](../debug-test/analyzing-mbed-os-crash-dump.html) and [crash reporting official example](https://github.com/ARMmbed/mbed-os-example-crash-reporting)
35+
- [Analyzing Mbed OS crash dump tutorial](../debug-test/analyzing-mbed-os-crash-dump.html) and [crash reporting official example](https://github.com/ARMmbed/mbed-os-example-crash-reporting).
3636
- [Compile time errors tutorial](../debug-test/compile-time-errors.html).
3737
- [Debugging using `printf` statements](../debug-test/debugging-using-printf-statements.html).
3838

3939
### Debugging with third party tools
4040

41-
- [Eclipse](../debug-test/third-party-tools.html).
41+
- [Eclipse](../debug-test/eclipse.html).
4242
- [Keil uVision](../debug-test/keil-uvision.html).
43-
- [Visual Studio](../debug-test/visual-studio-code.html).
43+
- [Visual Studio Code](../debug-test/visual-studio-code.html).
4444

4545
## Testing
4646

@@ -52,10 +52,10 @@ These tutorials show you how to install, export a project to and start a debuggi
5252

5353
## Connecting to the cloud
5454

55-
- [Pelion Device Management](https://github.com/ARMmbed/mbed-os-example-pelion)
56-
- [Mbed OS example for AWS IoT SDK](https://github.com/ARMmbed/mbed-os-example-for-aws)
57-
- [Mbed OS example for Azure IoT Hub](https://github.com/ARMmbed/mbed-os-example-for-azure)
58-
- [Mbed OS example for Google IoT Cloud](https://github.com/ARMmbed/mbed-os-example-for-google-iot-cloud)
55+
- [Pelion Device Management](https://github.com/ARMmbed/mbed-os-example-pelion).
56+
- [Mbed OS example for AWS IoT SDK](https://github.com/ARMmbed/mbed-os-example-for-aws).
57+
- [Mbed OS example for Azure IoT Hub](https://github.com/ARMmbed/mbed-os-example-for-azure).
58+
- [Mbed OS example for Google IoT Cloud](https://github.com/ARMmbed/mbed-os-example-for-google-iot-cloud).
5959

6060
## Migrating
6161

0 commit comments

Comments
 (0)