microsoftarchive / BatchAI

Repo for publishing code Samples and CLI samples for BatchAI service
MIT License
125 stars 62 forks source link

Node.js API documentation links broken #22

Closed hxlnt closed 6 years ago

hxlnt commented 6 years ago

Node.js API documentation link (http://azure.github.io/azure-sdk-for-node/azure-batchai/latest/) results in a 404 error.

Broken link found at http://azure.github.io/azure-sdk-for-node/azure-arm-batchai/latest/ and https://www.npmjs.com/package/azure-arm-batchai.

AlexanderYukhanov commented 6 years ago

Thanks, will fix it

AlexanderYukhanov commented 6 years ago

@hxlnt , cannot find this link on this repo. Where is it coming from?

hxlnt commented 6 years ago

See the two links I posted in the original issue post. These pages have links to "API reference documents," both of which are broken. Thanks.

AlexanderYukhanov commented 6 years ago

Confused-) I cannot find this link on this GitHub. The only link to Node.js is on https://github.com/Azure/BatchAI/blob/master/README.md and this link seems correct.

hxlnt commented 6 years ago

@AlexanderYukhanov Ah, I traced this back, and the broken links are actually originating from azure/azure-sdk-for-node... will post the issue there. Thanks!