Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix links
  • Loading branch information
amnguye committed Jan 7, 2025
commit f8f78bce13348d69811e0c39d242f3fbd520df98
4 changes: 2 additions & 2 deletions sdk/storage/Azure.Storage.DataMovement.Blobs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ See [Handling Failed Transfers](#handling-failed-transfers) and [Enabling Loggin

Get started with our [Share Files Samples][share_samples].

For more base Transfer Manager scenarios see [DataMovement samples][samples].
For more base Transfer Manager scenarios see [DataMovement samples][datamovement_base].

## Contributing

Expand Down Expand Up @@ -345,7 +345,7 @@ additional questions or comments.
[azure_sub]: https://azure.microsoft.com/free/dotnet/
[RequestFailedException]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/core/Azure.Core/src/RequestFailedException.cs
[error_codes]: https://learn.microsoft.com/rest/api/storageservices/common-rest-api-error-codes
[samples]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/storage/Azure.Storage.DataMovement/samples
[datamovement_base]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/storage/Azure.Storage.DataMovement
[share_samples]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/storage/Azure.Storage.DataMovement.Files.Shares/samples
[storage_contrib]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/CONTRIBUTING.md
[cla]: https://cla.microsoft.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ See [Handling Failed Transfers](#handling-failed-transfers) and [Enabling Loggin

Get started with our [Blob DataMovement samples][blob_samples].

For more base Transfer Manager scenarios see [DataMovement samples][samples].
For more base Transfer Manager scenarios see [DataMovement samples][datamovement_base].

## Contributing

Expand Down Expand Up @@ -205,7 +205,7 @@ additional questions or comments.
[azure_sub]: https://azure.microsoft.com/free/dotnet/
[RequestFailedException]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/core/Azure.Core/src/RequestFailedException.cs
[error_codes]: https://learn.microsoft.com/rest/api/storageservices/common-rest-api-error-codes
[samples]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/storage/Azure.Storage.DataMovement/samples
[datamovement_base]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/storage/Azure.Storage.DataMovement
[blob_samples]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/storage/Azure.Storage.DataMovement.Blobs/samples
[storage_contrib]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/CONTRIBUTING.md
[cla]: https://cla.microsoft.com
Expand Down
Loading