Azure-Samples / iot-hub-node-intel-edison-getstartedkit

Get started with Intel Edison Azure IoT Starter Kit
MIT License
7 stars 19 forks source link

wget URLs appear incorrect. #6

Closed BretStateham closed 8 years ago

BretStateham commented 8 years ago

In section 2.9, the "wget https://...." urls for the command_center.js and package.json files appear incorrect for me, I had to use the urls without the /blob/ path included. These wget statements worked for me:

wget https://raw.githubusercontent.com/Azure-Samples/iot-hub-node-intel-edison-getstartedkit/master/command_center/command_center.js
wget https://raw.githubusercontent.com/Azure-Samples/iot-hub-node-intel-edison-getstartedkit/master/command_center/package.json
hegate commented 8 years ago

Thanks @BretStateham , we have updated the tutorial.