alexa / alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Apache License 2.0
3.12k stars 736 forks source link

Links in documentation point to nonexistent .html files and not to extant .rst files #480

Closed dmichelin closed 5 years ago

dmichelin commented 5 years ago

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Performance issue
[ ] Feature request
[ x] Documentation issue or request
[ ] Other... Please describe:

Links in documentation point to .html files and not .rst files

Expected Behavior

Links in documentation should point to current .rst files

Current Behavior

Currently links in the docs 404

Possible Solution

Simply change the url endings from .html to .rst

Steps to Reproduce (for bugs)

Navigate to https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/blob/2.0.x/docs/en/index.rst Click any link except for the feedback link

tianrenz commented 5 years ago

Hi, @dmichelin ,

The .rst files are used to host document on readthedocs.org. They will be compiled to html files. You can view them here.

Regards, Tianren

dmichelin commented 5 years ago

I see, it should still be in the readme. Googling the link turns up very few responses.

tianrenz commented 5 years ago

Hi @dmichelin ,

You can find the links to the documentation under the "Technical Documentation" section. We currently have both English and Japanese version available.

Regards

tianrenz commented 5 years ago

Closing the issue now. Please feel free to reopen the issue.

Regards