Skip to content

Commit 725132e

Browse files
author
Christopher Harrison
authored
Merge pull request #5 from sinedied/edits
Add links
2 parents cae6c24 + d277754 commit 725132e

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

02-installing-toolkit/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ To start writing JavaScript on [Node.js](https://nodejs.org/) you will need a co
55
- [Visual Studio Code](https://code.visualstudio.com?WT.mc_id=beginner-ch9-niner)
66
- [Set up your Node.js development environment directly on Windows](https://docs.microsoft.com/en-us/windows/nodejs/setup-on-windows?WT.mc_id=beginner-ch9-niner)
77
- [Set up your Node.js development environment with WSL 2](https://docs.microsoft.com/en-us/windows/nodejs/setup-on-wsl2)
8-
- [Node Version Manager](https://github.com/nvm-sh/nvm/blob/master/README.md)
8+
- [Node Version Manager for Linux, macOS or WSL](https://github.com/nvm-sh/nvm/blob/master/README.md)
9+
- [Node Version Manager for Windows](https://github.com/coreybutler/nvm-windows)

18-packages/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ By using **npm** (Node Package Manager) you can access an entire world of tools
1111
- [express](http://expressjs.com/)
1212
- [Bot Framework](https://docs.microsoft.com/en-us/azure/bot-service/bot-service-overview-introduction?view=azure-bot-service-4.0)
1313
- [JavaScript Azure Cognitive Services modules](https://docs.microsoft.com/en-us/javascript/api/overview/azure/cognitive-services?view=azure-node-latest)
14+
- Learn more about Node.js and packages in video with [Beginner's Series to Node.js](https://aka.ms/NodeBeginnerSeries)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Because our goal is to help get you ready for quick starts and tutorials, here's
1717
- [Quickstart: Create an image classification project with the Custom Vision client library](https://docs.microsoft.com/azure/cognitive-services/custom-vision-service/quickstarts/image-classification?pivots=programming-language-javascript&WT.mc_id=beginner-ch9-niner)
1818
- [Create a bot with the Bot Framework SDK for JavaScript](https://docs.microsoft.com/azure/bot-service/javascript/bot-builder-javascript-quickstart?view=azure-bot-service-4.0&WT.mc_id=beginner-ch9-niner)
1919

20+
You can also continue your learning journey with this series of videos about Node.js: [Beginner's Series to Node.js](https://aka.ms/NodeBeginnerSeries)
21+
2022
## Contributing
2123

2224
This project welcomes contributions and suggestions. Most contributions require you to agree to a

0 commit comments

Comments
 (0)