Skip to content

Commit 55d543c

Browse files
authored
Fix 404
Path to samples is `.../storage-blob/...` rather than `.../azure-storage-blob/...`
1 parent 02d88ef commit 55d543c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ In this quickstart, you learned how to upload, download, and list blobs using Ja
347347
To see Blob storage sample apps, continue to:
348348
349349
> [!div class="nextstepaction"]
350-
> [Azure Blob storage SDK v12 JavaScript samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/azure-storage-blob/samples)
350+
> [Azure Blob storage SDK v12 JavaScript samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/storage/storage-blob/samples)
351351
352352
* To learn more, see the [Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-blob/README.md).
353353
* For tutorials, samples, quick starts and other documentation, visit [Azure SDK for JavaScript documentation](/azure/javascript/).

0 commit comments

Comments
 (0)