Skip to content

Commit 554d8f6

Browse files
Fixed invalid links throughout the readme files (#324)
1 parent 0770e54 commit 554d8f6

File tree

24 files changed

+38
-38
lines changed

24 files changed

+38
-38
lines changed

samples/1-Wire/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you have another type of device supporting 1-Wire, you will have to adjust th
2828

2929
### Reference
3030

31-
- [nanoFramework.Devices.OneWire](http://docs.nanoframework.net/api/nanoFramework.Devices.OneWire.html)
31+
- [nanoFramework.Device.OneWire](http://docs.nanoframework.net/api/nanoFramework.Device.OneWire.html)
3232
- [1-Wire Protocol](https://en.wikipedia.org/wiki/1-Wire)
3333

3434
## Build the sample

samples/AzureMQTTTwinsBMP280Sleep/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The sample uses wifi, this part can be as well replaced with an ethernet connect
1616
- [nanoFramework.IoT.Device Bmxx80 devices](https://github.com/nanoframework/nanoFramework.IoT.Device/tree/develop/devices/Bmxx80).
1717
- [Azure IoT documentation for MQTT](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-mqtt-support).
1818
- [nanoFramework Network helpers](https://github.com/nanoframework/System.Device.Wifi).
19-
- [More elements about Azure MQTT connection for nanoFramework](../MQTT/AzureMQTT).
19+
- [More elements about Azure MQTT connection for nanoFramework](../MQTT/AdvancedExample.Azure).
2020

2121
## Build the sample
2222

samples/AzureSDK/AzureEdgeOta/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Twin for the device:
8787

8888
- [nanoFramework.IoT.Device Bmxx80 devices](https://github.com/nanoframework/nanoFramework.IoT.Device/tree/develop/devices/Bmxx80).
8989
- [Azure IoT documentation for MQTT](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-mqtt-support).
90-
- [nanoFramework Network helpers](https://github.com/nanoframework/Windows.Devices.Wifi)
90+
- [nanoFramework Network helpers](https://github.com/nanoframework/System.Device.Wifi)
9191

9292
## Build the sample
9393

samples/Collections/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🌶️ - Collections sample
22

3-
Shows how to use the [System.Collections.Hastable](http://docs.nanoframework.net/api/nanoFramework.System.Collection.Hashtable.html).
3+
Shows how to use the [System.Collections.Hashtable](http://docs.nanoframework.net/api/System.Collections.Hashtable.html).
44

55
## Hardware requirements
66

@@ -11,7 +11,7 @@ This sample is coded to use the STM32F769IDiscovery target board, but can be eas
1111

1212
### Reference
1313

14-
- [System.Collections.Hastable](http://docs.nanoframework.net/api/nanoFramework.System.Collection.Hashtable.html).
14+
- [System.Collections.Hashtable](http://docs.nanoframework.net/api/System.Collections.Hashtable.html).
1515

1616
## Build the sample
1717

samples/Gpio/Gpio+Events/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# 🌶️ - GPIO and events sample
22

3-
Shows how to use the [Windows.Devices.Gpio](http://docs.nanoframework.net/api/Windows.Devices.Gpio.html) API allowing your to set and read the state of GPIO pins.
3+
Shows how to use the [System.Device.Gpio](http://docs.nanoframework.net/api/System.Device.Gpio.html) API allowing you to set and read the state of GPIO pins.
44

5-
Shows how to use the [Windows.Devices.Gpio]() API allowing your to:
5+
Shows how to use the [System.Device.Gpio]() API allowing your to:
66

77
- set the state of output GPIO pins
88
- read state of input GPIO pins
@@ -20,7 +20,7 @@ Any hardware device running a nanoFramework image built with GPIO support enable
2020

2121
### Reference
2222

23-
[Windows.Devices.Gpio](http://docs.nanoframework.net/api/Windows.Devices.Gpio.html)
23+
[System.Device.Gpio](http://docs.nanoframework.net/api/System.Device.Gpio.html)
2424

2525
## System requirements
2626

samples/Gpio/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# 🌶️ - GPIO sample pack
22

3-
Shows how to use the GPIO related APIs in [Windows.Devices.Gpio](http://docs.nanoframework.net/api/Windows.Devices.Gpio.html) and [System.Device.Gpio](http://docs.nanoframework.net/api/System.Device.Gpio.html).
3+
Shows how to use the GPIO related APIs in [System.Device.Gpio](http://docs.nanoframework.net/api/System.Device.Gpio.html) and [System.Device.Gpio](http://docs.nanoframework.net/api/System.Device.Gpio.html).
44

55
## Samples
66

7-
- [🌶️ - GPIO + Events](Gpio2%BEvents/)
8-
- [🌶️ - Gpio + Events (IoT Style)](Gpio2%BEventsIoTStyle/)
7+
- [🌶️ - GPIO + Events](Gpio%2BEvents/)
8+
- [🌶️ - Gpio + Events (IoT Style)](Gpio%2BEventsIoTStyle/)
99
- [🌶️ - ESP32 Pulse Count samples](Esp32PulseCounter)
1010

1111
## Build the sample

samples/Graphics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Current targets are for the samples are ESP32 and the STM32F769I_DISCOVERY. But
99

1010
> **CRITICAL**: all display **must** be initialized before being able to be used.
1111
12-
This initialization can be different depending on your device. ESP32 devices must be properly initialize to work, the GPIO must match the functions. You also need to know the exact size of the screen. See the [M5Stack](../Screens/README.md) and M5Stick examples for more configurations.
12+
This initialization can be different depending on your device. ESP32 devices must be properly initialize to work, the GPIO must match the functions. You also need to know the exact size of the screen. See the [M5Stack](../Graphics/Screens/README.md) and M5Stick examples for more configurations.
1313

1414
```csharp
1515
int backLightPin = 32;

samples/HTTP/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ Please note that samples are offered in "pairs": one for wired connected targets
2020

2121
### HTTP Azure Get
2222

23-
Illustrates how to connect to [🌶️🌶️🌶️ - Azure and perform GET requests](./AzureGET).
24-
Illustrates how to connect to [🌶️🌶️🌶️ - Azure and perform GET requests with wifi](./AzureGET_Wifi) for Wi-Fi connected targets.
23+
Illustrates how to connect to [🌶️🌶️🌶️ - Azure and perform GET requests](./HttpAzureGET).
24+
Illustrates how to connect to [🌶️🌶️🌶️ - Azure and perform GET requests with wifi](./HttpAzureGET_Wifi) for Wi-Fi connected targets.
2525

2626
### HTTP Azure POST
2727

28-
Illustrates how to connect to [🌶️🌶️🌶️ - Azure and perform POST requests](./AzurePOST).
29-
Illustrates how to connect to [🌶️🌶️🌶️ - Azure and perform POST requests with wifi](./AzurePOST) for Wi-Fi connected targets.
28+
Illustrates how to connect to [🌶️🌶️🌶️ - Azure and perform POST requests](./HttpAzurePOST).
29+
Illustrates how to connect to [🌶️🌶️🌶️ - Azure and perform POST requests with wifi](./HttpAzurePOST) for Wi-Fi connected targets.
3030

3131
## Hardware requirements
3232

samples/Hardware.Esp32.Rmt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Samples
1111
- [🌶️🌶️ - NeoPixel Strip WS2812](NeoPixelStrip/)
1212
- [🌶️🌶️ - NeoPixel Strip WS2812 with low memory consumption](NeoPixelStripLowMemory/)
1313

14-
> **Note**: those sensors and devices are available as nuget in [Device.IoT repository](https://github.com/nanoFramework/nanoFramework.Deive.IoT).
14+
> **Note**: those sensors and devices are available as nuget in [Device.IoT repository](https://github.com/nanoFramework/nanoFramework.IoT.Device).
1515
1616
## Hardware requirements
1717

samples/Hardware.TI/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Shows how to use various APIs specific to TI SimpleLink targets.
44

5-
- [Power down/off test](/TI.PowerMode)
6-
- [Read IEEE Address](/TI.Utilities)
5+
- [Power down/off test](/samples/Hardware.TI/TI.PowerMode)
6+
- [Read IEEE Address](/samples/Hardware.TI/TI.Utilities)
77

88
## Hardware requirements
99

0 commit comments

Comments
 (0)