fix links and newlines in getting started#165
Conversation
|
Yes, some links don't work. I think this is because of the |
|
@jschlight could you take a look? |
jschlight
left a comment
There was a problem hiding this comment.
Thank you for reporting this issue and submitting a PR! In testing your PR, I've determined the correct form for the links is [prerequisites](prerequisites), [tools](tools), and [A first project](first). If you make these changes and resubmit I'll be happy to look at it again.
There is information at this link that explains how to build and test the site on your development system:
https://github.com/nodejs/node-addon-examples/blob/master/website/README.md#contributing
|
Thanks for the review! Actually I can't build |
jschlight
left a comment
There was a problem hiding this comment.
LGTM with the changes.
I was going through the docs and noticed that the links didn't work. So, I fixed them and the newlines. 🙂