From d3251a9c38c08ff563f5799ee3b880bb8b4b302e Mon Sep 17 00:00:00 2001 From: Scott Addie <10702007+scottaddie@users.noreply.github.com> Date: Thu, 13 Jun 2019 10:47:56 -0500 Subject: [PATCH] fix AAD B2C link --- aspnetcore/release-notes/aspnetcore-2.0.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aspnetcore/release-notes/aspnetcore-2.0.md b/aspnetcore/release-notes/aspnetcore-2.0.md index d8a8e50bbf..f663342fd7 100644 --- a/aspnetcore/release-notes/aspnetcore-2.0.md +++ b/aspnetcore/release-notes/aspnetcore-2.0.md @@ -55,8 +55,7 @@ For more information, see [Introduction to Logging](xref:fundamentals/logging/in A new authentication model makes it easier to configure authentication for an application using DI. -New templates are available for configuring authentication for web apps and web APIs using [Azure AD B2C] -(https://azure.microsoft.com/services/active-directory-b2c/). +New templates are available for configuring authentication for web apps and web APIs using [Azure AD B2C](https://azure.microsoft.com/services/active-directory-b2c/). For information about the status of planned documentation, see the [GitHub issue](https://github.com/aspnet/AspNetCore.Docs/issues/3054).