From 8bf4b7d1c193633b305abf7caf602be603c0d99b Mon Sep 17 00:00:00 2001 From: Alexander Batishchev Date: Wed, 16 Sep 2020 13:48:28 -0700 Subject: [PATCH] Fixed link to Azure SDK Design Guidelines for .NET --- sdk/core/Azure.Core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/core/Azure.Core/README.md b/sdk/core/Azure.Core/README.md index c66ebdbe4b991..a31ea4e387c39 100644 --- a/sdk/core/Azure.Core/README.md +++ b/sdk/core/Azure.Core/README.md @@ -1,7 +1,7 @@ # Azure Core shared client library for .NET Azure.Core provides shared primitives, abstractions, and helpers for modern .NET Azure SDK client libraries. -These libraries follow the [Azure SDK Design Guidelines for .NET](https://azuresdkspecs.z5.web.core.windows.net/DotNetSpec.html) +These libraries follow the [Azure SDK Design Guidelines for .NET](https://azure.github.io/azure-sdk/dotnet_introduction.html) and can be easily identified by package and namespaces names starting with 'Azure', e.g. ```Azure.Storage.Blobs```. A more complete list of client libraries using Azure.Core can be found [here](https://github.com/Azure/azure-sdk-for-net#core-services).