@@ -206,11 +206,12 @@ You can access resources in a storage account by any language that can make HTTP
206206### Azure Storage data API and library references
207207
208208- [ Azure Storage REST API] ( /rest/api/storageservices/ )
209- - [ Azure Storage client library for .NET] ( /dotnet/api/overview/azure/storage )
210- - [ Azure Storage client library for Java/Android] ( /java/api/overview/azure/storage )
211- - [ Azure Storage client library for Node.js] ( ../blobs/reference.md#javascript-client-libraries )
212- - [ Azure Storage client library for Python] ( https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob )
213- - [ Azure Storage client library for C++] ( https://github.com/Azure/azure-storage-cpp )
209+ - [ Azure Storage client libraries for .NET] ( /dotnet/api/overview/azure/storage )
210+ - [ Azure Storage client libraries for Java] ( /java/api/overview/azure/storage )
211+ - [ Azure Storage client libraries for JavaScript] ( /javascript/api/overview/azure/storage )
212+ - [ Azure Storage client libraries for Python] ( /python/api/overview/azure/storage )
213+ - [ Azure Storage client libraries for Go] ( https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/storage/ )
214+ - [ Azure Storage client libraries for C++] ( https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/storage )
214215
215216### Azure Storage management API and library references
216217
@@ -222,13 +223,13 @@ You can access resources in a storage account by any language that can make HTTP
222223
223224### Azure Storage data movement API
224225
225- - [ Storage Data Movement Client Library for .NET] ( /dotnet/api/microsoft.azure. storage.datamovement )
226+ - [ Storage Data Movement Client Library for .NET] ( storage-use-data-movement-library.md )
226227
227228### Tools and utilities
228229
229230- [ Azure PowerShell Cmdlets for Storage] ( /powershell/module/az.storage )
230231- [ Azure CLI Cmdlets for Storage] ( /cli/azure/storage )
231- - [ AzCopy Command-Line Utility] ( https://aka.ms/downloadazcopy )
232+ - [ AzCopy Command-Line Utility] ( storage-use-azcopy-v10.md )
232233- [ Azure Storage Explorer] ( https://azure.microsoft.com/features/storage-explorer/ ) is a free, standalone app from Microsoft that enables you to work visually with Azure Storage data on Windows, macOS, and Linux.
233234- [ Azure Resource Manager templates for Azure Storage] ( https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Storage )
234235
0 commit comments