Update links that redirect to a new path on the same site

This commit is contained in:
Xymph
2022-08-25 15:36:13 +02:00
parent 14954aabb7
commit 11209a4bad
7 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ anchor: further_reading
## Further Reading {#further_reading_title}
* [What is Dependency Injection?](http://fabien.potencier.org/article/11/what-is-dependency-injection)
* [What is Dependency Injection?](http://fabien.potencier.org/what-is-dependency-injection.html)
* [Dependency Injection: An analogy](https://mwop.net/blog/260-Dependency-Injection-An-analogy.html)
* [Dependency Injection: Huh?](https://code.tutsplus.com/tutorials/dependency-injection-huh--net-26903)
* [Dependency Injection as a tool for testing](https://medium.com/philipobenito/dependency-injection-as-a-tool-for-testing-902c21c147f1)