Skip to content

Commit 25493f3

Browse files
committed
Updated Table links
1 parent 9146437 commit 25493f3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -277,31 +277,31 @@ The following table provides an overview of our samples repository and the scena
277277

278278
:::row:::
279279
:::column span="":::
280-
[Create table](https://code.msdn.microsoft.com/Managing-Concurrency-using-56018114/sourcecode?fileId=123913&pathId=50196262)
280+
[Create table](https://github.com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/Common.cs#L40)
281281
:::column-end:::
282282
:::column span="":::
283283
[Delete entity/table](https://github.com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/BasicSamples.cs)
284284
:::column-end:::
285285
:::row-end:::
286286
:::row:::
287287
:::column span="":::
288-
[Insert/merge/replace entity](https://code.msdn.microsoft.com/Managing-Concurrency-using-56018114/sourcecode?fileId=123913&pathId=50196262)
288+
[Insert/merge/replace entity](https://github.com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/SamplesUtils.cs#L41)
289289
:::column-end:::
290290
:::column span="":::
291-
[Query entities](https://github.com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/BasicSamples.cs)
291+
[Query entities](https://github.com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/AdvancedSamples.cs#L672)
292292
:::column-end:::
293293
:::row-end:::
294294
:::row:::
295295
:::column span="":::
296296
[Query tables](https://github.com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/BasicSamples.cs)
297297
:::column-end:::
298298
:::column span="":::
299-
[Table ACL/properties](https://github.com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/AdvancedSamples.cs)
299+
[Table ACL/properties](https://github.com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/AdvancedSamples.cs#L224)
300300
:::column-end:::
301301
:::row-end:::
302302
:::row:::
303303
:::column span="2":::
304-
[Update entity](https://code.msdn.microsoft.com/Managing-Concurrency-using-56018114/sourcecode?fileId=123913&pathId=50196262)
304+
[Update entity](https://github.com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/BasicSamples.cs#L51)
305305
:::column-end:::
306306
:::row-end:::
307307

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ The following tables provide an overview of our samples repository and the scena
537537
[Create table](https://github.com/Azure-Samples/storage-table-python-getting-started/blob/master/table_basic_samples.py#L46)
538538
:::column-end:::
539539
:::column span="":::
540-
[Delete entitytTable](https://github.com/Azure-Samples/storage-table-python-getting-started/blob/master/table_basic_samples.py#L79)
540+
[Delete entity/table](https://github.com/Azure-Samples/storage-table-python-getting-started/blob/master/table_basic_samples.py#L79)
541541
:::column-end:::
542542
:::row-end:::
543543
:::row:::

0 commit comments

Comments
 (0)