Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Nodejs/Product/ProjectWizard/CloudServiceWizard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ public sealed class CloudServiceWizard : IWizard {
#if DEV14
const string AzureToolsDownload = "http://go.microsoft.com/fwlink/?LinkID=517353";
#elif DEV15
// TODO - add Azure Tools download url when available
// https://github.com/Microsoft/nodejstools/issues/758
const string AzureToolsDownload = "about:blank";
const string AzureToolsDownload = "https://go.microsoft.com/fwlink/?LinkId=746956";
#else
#error Unsupported VS version
#endif
Expand Down