Skip to content

Commit 352d4a1

Browse files
authored
fix broken link (#1222)
1 parent 38561c2 commit 352d4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/testing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies on infrastructure. These tend to make tests slower and
4949
more brittle, and thus should be reserved for integration tests. You
5050
can avoid these hidden dependencies in your application code by following
5151
the [Explicit Dependencies Principle](http://deviq.com/explicit-dependencies-principle/)
52-
and using [Dependency Injection](https://docs.asp.net/en/latest/standard/dependency-injection.html)
52+
and using [Dependency Injection](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/dependency-injection)
5353
to request your dependencies from the framework. You can also keep your
5454
unit tests in a separate project from your integration tests, and ensure
5555
your unit test project doesn’t have references to or dependencies on

0 commit comments

Comments
 (0)