From 854d3499a70f222b4cfdc162b7c714f077677a4d Mon Sep 17 00:00:00 2001 From: Dave Brock Date: Sun, 28 Oct 2018 17:35:26 -0500 Subject: [PATCH] Link fix (#9276) --- aspnetcore/performance/caching/distributed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/performance/caching/distributed.md b/aspnetcore/performance/caching/distributed.md index ef992463bd..eb19002c4c 100644 --- a/aspnetcore/performance/caching/distributed.md +++ b/aspnetcore/performance/caching/distributed.md @@ -23,7 +23,7 @@ When cached data is distributed, the data: Distributed cache configuration is implementation specific. This article describes how to configure SQL Server and Redis distributed caches. Third party implementations are also available, such as [NCache](http://www.alachisoft.com/ncache/aspnet-core-idistributedcache-ncache.html) ([NCache on GitHub](https://github.com/Alachisoft/NCache)). Regardless of which implementation is selected, the app interacts with the cache using the interface. -[View or download sample code](https://github.com/aspnet/Docs/tree/master/aspnetcore/performance/caching/distributed/sample) ([how to download](xref:tutorials/index#how-to-download-a-sample)) +[View or download sample code](https://github.com/aspnet/Docs/tree/master/aspnetcore/performance/caching/distributed/samples/) ([how to download](xref:tutorials/index#how-to-download-a-sample)) ## Prerequisites