alexa-samples / skill-sample-nodejs-city-guide

An Alexa Skill Sample showing how to build a skill featuring a single city's landmarks and news.
Other
197 stars 223 forks source link

Wrong link in developer.amazon.com version of tutorial #34

Closed codesue closed 2 years ago

codesue commented 6 years ago

I wasn't sure the appropriate place to submit this, but the link to the custom index.js in the customization section of the developer.amazon.com version of the tutorial is incorrect. Right now it links to https://developer.amazon.com/alexa-skills-kit/lambda/custom/index.js but it should link to https://github.com/alexa/skill-sample-nodejs-city-guide/blob/master/lambda/custom/index.js .

It's in the paragraph that reads:

Open a copy of index.js. If you haven't already downloaded the code for this project, you can find a copy of index.js here on GitHub. You can use a simple, lightweight code editor like Atom, Sublime Text, or VSCode, but you also have the option to edit the code directly in your Lambda function.