Skip to content

Commit daa5af0

Browse files
authored
Merge pull request #107558 from elhorton/patch-1
repointing tutorial to updated repo
2 parents 426ae27 + 0b6607a commit daa5af0

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)