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

Error in URL on documentation page #5

Closed kylecaulfield closed 8 years ago

kylecaulfield commented 8 years ago

In this page you have an error on your wget urls:

https://azure.microsoft.com/en-us/documentation/samples/iot-hub-node-intel-edison-getstartedkit/

2.9 Modify Device Sample In your Edison boards command line, type the following command to transfer the files to your board: wget hhttps://raw.githubusercontent.com/Azure-Samples/iot-hub-node-intel-edison-getstartedkit/blob/master/command_center/command_center.js

The correct URL is https://raw.githubusercontent.com/Azure-Samples/iot-hub-node-intel-edison-getstartedkit/master/command_center/command_center.js

please note both hhttp is incorrect and no /blob/

kylecaulfield commented 8 years ago

Same page, just below you have

Open the file remote_monitoring.js in a text editor using the command: vi remote_monitoring.js

This should be vi command_center.js

hegate commented 8 years ago

Hi @kylecaulfield thanks for pointing it out. We'll take care of it right away. Thanks, H.