Skip to content

Commit

Permalink
docs: broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
alastairtree committed Sep 20, 2020
1 parent 21b1436 commit 5c8ae3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// ReSharper disable once CheckNamespace - MS guidelines say put DI registration in this NS
namespace Microsoft.Extensions.DependencyInjection
{
// See https://github.com/aspnet/Caching/blob/dev/src/Microsoft.Extensions.Caching.Memory/MemoryCacheServiceCollectionExtensions.cs
// See https://github.com/dotnet/runtime/blob/master/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs
public static class LazyCacheServiceCollectionExtensions
{
public static IServiceCollection AddLazyCache(this IServiceCollection services)
Expand Down

0 comments on commit 5c8ae3a

Please sign in to comment.