From 0fb102378a10d7f121f88d7ff6fa77dda35b5c83 Mon Sep 17 00:00:00 2001 From: Aldair Cruz Date: Thu, 20 Sep 2018 23:03:30 +0100 Subject: [PATCH] doc(README.md): update nodejstools repository url Replace codeplex's repository url with the one migrated to github. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03b322c4..6c3b457e 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ There is a demo webpage that includes the vorlon code that you can open to test ### Visual Studio users -For Visual Studio users, we provide an integrated solution through VorlonJS.sln. In order to interact with Node.js, you just need to install the NodeJS Tool for Visual Studio [plugin](https://nodejstools.codeplex.com/). +For Visual Studio users, we provide an integrated solution through VorlonJS.sln. In order to interact with Node.js, you just need to install the NodeJS Tool for Visual Studio [plugin](https://github.com/Microsoft/nodejstools/). Once the plugin is installed, just open the solution and you'll be ready to develop for Vorlon.js ### Visual Studio Code users