Skip to content

Commit 5a4a695

Browse files
authored
Link updated.
1 parent e272cdf commit 5a4a695

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/storage/common/storage-samples-javascript.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,15 @@ The following tables provide an overview of our samples repository and the scena
108108
:::row-end:::
109109
:::row:::
110110
:::column span="":::
111-
[List blobs by page](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/listBlobsFlat.js)
111+
[List blobs by page](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/listBlobsFlat.js#L47)
112112
:::column-end:::
113113
:::column span="":::
114114
[List blobs by hierarchy](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/listBlobsByHierarchy.js)
115115
:::column-end:::
116116
:::row-end:::
117117
:::row:::
118118
:::column span="":::
119-
[Listing blobs without using await](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/listBlobsFlat.js)
119+
[Listing blobs without using await](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/listBlobsFlat.js#L41)
120120
:::column-end:::
121121
:::column span="":::
122122
[Create a blob snapshot](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/samples/v12/javascript/snapshots.js#L20)
@@ -151,10 +151,10 @@ The following tables provide an overview of our samples repository and the scena
151151

152152
:::row:::
153153
:::column span="":::
154-
[Create a Data Lake service client](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-file-datalake/samples/v12/javascript/dataLakeServiceClient.js)
154+
[Create a Data Lake service client](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-file-datalake/samples/v12/javascript/dataLakeServiceClient.js#L5)
155155
:::column-end:::
156156
:::column span="":::
157-
[Create a file system](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-file-datalake/samples/v12/javascript/dataLakeServiceClient.js)
157+
[Create a file system](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-file-datalake/samples/v12/javascript/dataLakeServiceClient.js#L57)
158158
:::column-end:::
159159
:::row-end:::
160160
:::row:::
@@ -217,7 +217,7 @@ The following tables provide an overview of our samples repository and the scena
217217
:::row-end:::
218218
:::row:::
219219
:::column span="":::
220-
[List shares by page](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-file-share/samples/v12/javascript/listShares.js)
220+
[List shares by page](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-file-share/samples/v12/javascript/listShares.js#32)
221221
:::column-end:::
222222
:::column span="":::
223223
[Delete a share](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-file-share/samples/v12/javascript/advancedRequestOptions.js#L97)
@@ -236,7 +236,7 @@ The following tables provide an overview of our samples repository and the scena
236236
:::row-end:::
237237
:::row:::
238238
:::column span="2":::
239-
[List files and directories by page](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-file-share/samples/v12/javascript/listFilesAndDirectories.js)
239+
[List files and directories by page](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-file-share/samples/v12/javascript/listFilesAndDirectories.js#L59)
240240
:::column-end:::
241241
:::row-end:::
242242

@@ -313,7 +313,7 @@ The following tables provide an overview of our samples repository and the scena
313313
:::row-end:::
314314
:::row:::
315315
:::column span="":::
316-
[List queues by page](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-queue/samples/v12/javascript/listQueues.js)
316+
[List queues by page](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-queue/samples/v12/javascript/listQueues.js#L32)
317317
:::column-end:::
318318
:::column span="":::
319319
[Delete a queue](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-queue/samples/v12/javascript/queueClient.js#L90)
@@ -335,7 +335,7 @@ The following tables provide an overview of our samples repository and the scena
335335
[Receive messages](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-queue/samples/v12/javascript/queueClient.js#L73)
336336
:::column-end:::
337337
:::column span="":::
338-
[Delete messages](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-queue/samples/v12/javascript/queueClient.js)
338+
[Delete messages](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-queue/samp#L5)
339339
:::column-end:::
340340
:::row-end:::
341341

0 commit comments

Comments
 (0)