Skip to content

Commit 9cc21ea

Browse files
fix build warnings
1 parent ce76df4 commit 9cc21ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

includes/storage-dev-guides/storage-dev-guide-prereqs-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ ms.custom: include file
1313
## Prerequisites
1414

1515
- Azure subscription - [create one for free](https://azure.microsoft.com/free/)
16-
- Azure storage account - [create a storage account](../common/storage-account-create.md)
16+
- Azure storage account - [create a storage account](../../articles/storage/common/storage-account-create.md)
1717
- Latest [.NET SDK](https://dotnet.microsoft.com/download/dotnet) for your operating system. Be sure to get the SDK and not the runtime.

includes/storage-dev-guides/storage-dev-guide-project-setup-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ using Azure.Storage.Blobs.Models;
3232
using Azure.Storage.Blobs.Specialized;
3333
```
3434

35-
Some code examples in this article might require additional `using` directives. For specific details and example usage, see [Code samples](#code-samples).
35+
Some code examples in this article might require additional `using` directives.
3636

3737
#### Create a client object
3838

0 commit comments

Comments
 (0)