Skip to content

Commit 02dc42a

Browse files
committed
Fix WT tags
1 parent 8edc5bc commit 02dc42a

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

02-installing-toolkit/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
To start writing JavaScript on [Node.js](https://nodejs.org/) you will need a couple of tools. In particular, you'll need the Node.js runtime and a code editor.
44

5-
- [Visual Studio Code](https://code.visualstudio.com?WT.mc_id=beginner-ch9-cxa)
6-
- [Set up your Node.js development environment directly on Windows](https://docs.microsoft.com/windows/nodejs/setup-on-windows?WT.mc_id=beginner-ch9-cxa)
7-
- [Set up your Node.js development environment with WSL 2](https://docs.microsoft.com/windows/nodejs/setup-on-wsl2?WT.mc_id=beginner-ch9-cxa)
5+
- [Visual Studio Code](https://code.visualstudio.com?WT.mc_id=beginner-ch9-niner)
6+
- [Set up your Node.js development environment directly on Windows](https://docs.microsoft.com/windows/nodejs/setup-on-windows?WT.mc_id=beginner-ch9-niner)
7+
- [Set up your Node.js development environment with WSL 2](https://docs.microsoft.com/windows/nodejs/setup-on-wsl2?WT.mc_id=beginner-ch9-niner)
88
- [Node Version Manager for Linux, macOS or WSL](https://github.com/nvm-sh/nvm/blob/master/README.md)
99
- [Node Version Manager for Windows](https://github.com/coreybutler/nvm-windows)

03-first-application/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ When you're learning a programming language for the first time, convention is to
44

55
## Further reading
66

7-
- [Get started using Node.js on Windows for beginners](https://docs.microsoft.com/windows/nodejs/beginners?WT.mc_id=beginner-ch9-cxa)
7+
- [Get started using Node.js on Windows for beginners](https://docs.microsoft.com/windows/nodejs/beginners?WT.mc_id=beginner-ch9-niner)
88
- [console.log](https://nodejs.org/dist/latest-v12.x/docs/api/console.html#console_console_log_data_args)

18-packages/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ By using **npm** (Node Package Manager) you can access an entire world of tools
99
- [npm](https://www.npmjs.com/)
1010
- [dotenv](https://www.npmjs.com/package/dotenv)
1111
- [express](http://expressjs.com/)
12-
- [Bot Framework](https://docs.microsoft.com/azure/bot-service/bot-service-overview-introduction?view=azure-bot-service-4.0&WT.mc_id=beginner-ch9-cxa)
13-
- [JavaScript Azure Cognitive Services modules](https://docs.microsoft.com/javascript/api/overview/azure/cognitive-services?view=azure-node-latest&WT.mc_id=beginner-ch9-cxa)
12+
- [Bot Framework](https://docs.microsoft.com/azure/bot-service/bot-service-overview-introduction?view=azure-bot-service-4.0&WT.mc_id=beginner-ch9-niner)
13+
- [JavaScript Azure Cognitive Services modules](https://docs.microsoft.com/javascript/api/overview/azure/cognitive-services?view=azure-node-latest&WT.mc_id=beginner-ch9-niner)
1414
- Learn more about Node.js and packages in video with [Beginner's Series to Node.js](https://aka.ms/NodeBeginnerSeries)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ We use Node.js as the runtime instead of the browser. While almost all of the co
1212

1313
Because our goal is to help get you ready for quick starts and tutorials, here's a great collection of resources you can use to continue to build your knowledge.
1414

15-
- [Build JavaScript applications with Node.js](https://docs.microsoft.com/learn/paths/build-javascript-applications-nodejs/?WT.mc_id=beginner-ch9-cxa)
16-
- [Quickstart: Use the Text Analytics client library](https://docs.microsoft.com/azure/cognitive-services/text-analytics/quickstarts/text-analytics-sdk?tabs=version-3&pivots=programming-language-javascript&WT.mc_id=beginner-ch9-cxa)
17-
- [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-cxa)
18-
- [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-cxa)
15+
- [Build JavaScript applications with Node.js](https://docs.microsoft.com/learn/paths/build-javascript-applications-nodejs/?WT.mc_id=beginner-ch9-niner)
16+
- [Quickstart: Use the Text Analytics client library](https://docs.microsoft.com/azure/cognitive-services/text-analytics/quickstarts/text-analytics-sdk?tabs=version-3&pivots=programming-language-javascript&WT.mc_id=beginner-ch9-niner)
17+
- [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)
18+
- [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

2020
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)
2121

0 commit comments

Comments
 (0)