From 46729ad85e7d54dfb028eb5441bf3829f04412aa Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Fri, 7 Dec 2018 18:41:19 -0600 Subject: [PATCH] Update link for engineering sample move (#9867) --- .../data-protection/implementation/key-storage-providers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/security/data-protection/implementation/key-storage-providers.md b/aspnetcore/security/data-protection/implementation/key-storage-providers.md index 7b39cb451f..cfb1b12c24 100644 --- a/aspnetcore/security/data-protection/implementation/key-storage-providers.md +++ b/aspnetcore/security/data-protection/implementation/key-storage-providers.md @@ -3,7 +3,7 @@ title: Key storage providers in ASP.NET Core author: rick-anderson description: Learn about key storage providers in ASP.NET Core and how to configure key storage locations. ms.author: riande -ms.date: 07/16/2018 +ms.date: 12/06/2018 uid: security/data-protection/implementation/key-storage-providers --- # Key storage providers in ASP.NET Core @@ -85,7 +85,7 @@ For more information, see the following topics: * [StackExchange.Redis ConnectionMultiplexer](https://github.com/StackExchange/StackExchange.Redis/blob/master/docs/Basics.md) * [Azure Redis Cache](/azure/redis-cache/cache-dotnet-how-to-use-azure-redis-cache#connect-to-the-cache) -* [aspnet/DataProtection samples](https://github.com/aspnet/DataProtection/tree/master/samples) +* [aspnet/DataProtection samples](https://github.com/aspnet/AspNetCore/tree/2.2.0/src/DataProtection/samples) ## Registry