From 6625b36affc0615d3ad47ea2417595d71ba2fed6 Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Wed, 11 Oct 2017 14:04:07 -0500 Subject: [PATCH] Convert link to xref style --- aspnetcore/security/authorization/limitingidentitybyscheme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/authorization/limitingidentitybyscheme.md b/aspnetcore/security/authorization/limitingidentitybyscheme.md index 96459091d2..d920721153 100644 --- a/aspnetcore/security/authorization/limitingidentitybyscheme.md +++ b/aspnetcore/security/authorization/limitingidentitybyscheme.md @@ -111,7 +111,7 @@ In this case, only the middleware with the "Bearer" scheme runs. Any cookie-base ## Selecting the scheme with policies -If you prefer to specify the desired schemes in [policy](policies.md#security-authorization-policies-based), you can set the `AuthenticationSchemes` collection when adding your policy: +If you prefer to specify the desired schemes in [policy](xref:security/authorization/policies#security-authorization-policies-based), you can set the `AuthenticationSchemes` collection when adding your policy: ```csharp services.AddAuthorization(options =>