From ac4008ce4bc087b1d618674984c6728938533378 Mon Sep 17 00:00:00 2001 From: Scott Addie <10702007+scottaddie@users.noreply.github.com> Date: Mon, 30 Jul 2018 14:18:57 -0500 Subject: [PATCH] Fix broken aspnet/DataProtection samples link --- .../data-protection/implementation/key-storage-providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/data-protection/implementation/key-storage-providers.md b/aspnetcore/security/data-protection/implementation/key-storage-providers.md index a7eca4ed95..2654f0384f 100644 --- a/aspnetcore/security/data-protection/implementation/key-storage-providers.md +++ b/aspnetcore/security/data-protection/implementation/key-storage-providers.md @@ -54,7 +54,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/samples) +* [aspnet/DataProtection samples](https://github.com/aspnet/DataProtection/tree/master/samples) ## Registry