Skip to content

Commit 95114e7

Browse files
Merge pull request #291466 from GitHubber17/347131-o
Bulk - Global effort to fix validation issues
2 parents c482f71 + aa1c63c commit 95114e7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/storage/blobs/quickstart-blobs-javascript-browser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Additional resources:
3535

3636
- [An Azure account with an active subscription](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio)
3737
- [An Azure Storage account](../common/storage-account-create.md)
38-
- [Node.js LTS](https://nodejs.org/en/download/)
38+
- [Node.js LTS](https://nodejs.org/en/download/package-manager/)
3939
- [Microsoft Visual Studio Code](https://code.visualstudio.com)
4040

4141

articles/storage/blobs/storage-quickstart-blobs-nodejs-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this article, you follow steps to install the package and try out example cod
2323

2424
- Azure account with an active subscription - [create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio)
2525
- Azure Storage account - [Create a storage account](../common/storage-account-create.md)
26-
- [Node.js LTS](https://nodejs.org/en/download/)
26+
- [Node.js LTS](https://nodejs.org/en/download/package-manager/)
2727
- [TypeScript](https://www.typescriptlang.org/download)
2828

2929
## Setting up

articles/storage/blobs/storage-quickstart-blobs-nodejs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ In this article, you use the [Azure Developer CLI](/azure/developer/azure-develo
5050

5151
- Azure account with an active subscription - [create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio)
5252
- Azure Storage account - [Create a storage account](../common/storage-account-create.md)
53-
- [Node.js LTS](https://nodejs.org/en/download/)
53+
- [Node.js LTS](https://nodejs.org/en/download/package-manager/)
5454

5555
::: zone-end
5656

5757
::: zone pivot="blob-storage-quickstart-template"
5858

5959
- Azure subscription - [create one for free](https://azure.microsoft.com/free/)
60-
- [Node.js LTS](https://nodejs.org/en/download/)
60+
- [Node.js LTS](https://nodejs.org/en/download/package-manager/)
6161
- [Azure Developer CLI](/azure/developer/azure-developer-cli/install-azd)
6262

6363
::: zone-end

articles/storage/queues/storage-quickstart-queues-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Use the Azure Queue Storage client library for JavaScript to:
3131

3232
- Azure subscription - [create one for free](https://azure.microsoft.com/free/)
3333
- Azure Storage account - [create a storage account](../common/storage-account-create.md)
34-
- Current [Node.js](https://nodejs.org/en/download/) for your operating system.
34+
- Current [Node.js](https://nodejs.org/en/download/package-manager/) for your operating system.
3535

3636
## Setting up
3737

0 commit comments

Comments
 (0)