Skip to content

Commit 1ff9fa5

Browse files
authored
Fix links (#33204)
1 parent 9cffead commit 1ff9fa5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aspnetcore/fundamentals/dependency-injection.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,10 +359,10 @@ The following table lists a small sample of these framework-registered services:
359359
* [NDC Conference Patterns for DI app development](https://www.youtube.com/watch?v=x-C-CNBVTaY)
360360
* <xref:fundamentals/startup>
361361
* <xref:fundamentals/middleware/extensibility>
362-
* [Understand dependency injection basics in .NET](https://learn.microsoft.com/dotnet/core/extensions/dependency-injection-basics)
363-
* [Dependency injection guidelines](https://learn.microsoft.com/dotnet/core/extensions/dependency-injection-guidelines)
364-
* [Tutorial: Use dependency injection in .NET](https://learn.microsoft.com/dotnet/core/extensions/dependency-injection-usage)
365-
* [.NET dependency injection](https://learn.microsoft.com/dotnet/core/extensions/dependency-injection)
362+
* [Understand dependency injection basics in .NET](/dotnet/core/extensions/dependency-injection-basics)
363+
* [Dependency injection guidelines](/dotnet/core/extensions/dependency-injection-guidelines)
364+
* [Tutorial: Use dependency injection in .NET](/dotnet/core/extensions/dependency-injection-usage)
365+
* [.NET dependency injection](/dotnet/core/extensions/dependency-injection)
366366
* [ASP.NET CORE DEPENDENCY INJECTION: WHAT IS THE ISERVICECOLLECTION?](https://www.stevejgordon.co.uk/aspnet-core-dependency-injection-what-is-the-iservicecollection)
367367
* [Four ways to dispose IDisposables in ASP.NET Core](https://andrewlock.net/four-ways-to-dispose-idisposables-in-asp-net-core/)
368368
* [Writing Clean Code in ASP.NET Core with Dependency Injection (MSDN)](/archive/msdn-magazine/2016/may/asp-net-writing-clean-code-in-asp-net-core-with-dependency-injection)

0 commit comments

Comments
 (0)