Skip to content

Commit 0b6607a

Browse files
authored
repointing tutorial to updated repo
The repo for this tutorial appears to have gone stale. I updated the broken dependency and integrated the tutorial into the overall azure samples for node repo (https://github.com/Azure-Samples/azure-iot-samples-node/tree/master/iot-hub/Tutorials). Updating the repo and installation instructions here.
1 parent 11b625f commit 0b6607a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/iot-hub-raspberry-pi-kit-node-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,13 @@ Turn on Pi by using the micro USB cable and the power supply. Use the Ethernet c
197197
3. Clone the sample application.
198198

199199
```bash
200-
git clone https://github.com/Azure-Samples/iot-hub-node-raspberrypi-client-app
200+
git clone https://github.com/Azure-Samples/azure-iot-samples-node.git
201201
```
202202

203203
4. Install all packages for the sample. The installation includes Azure IoT device SDK, BME280 Sensor library, and Wiring Pi library.
204204

205205
```bash
206-
cd iot-hub-node-raspberrypi-client-app
206+
cd azure-iot-samples-node/iot-hub/Tutorials/RaspberryPiApp
207207
npm install
208208
```
209209

0 commit comments

Comments
 (0)