diff --git a/developer_manual/basics/dependency_injection.rst b/developer_manual/basics/dependency_injection.rst index bbc695ab5..22e76c7f3 100644 --- a/developer_manual/basics/dependency_injection.rst +++ b/developer_manual/basics/dependency_injection.rst @@ -8,9 +8,8 @@ The App Framework assembles the application by using a container based on the software pattern `Dependency Injection `_. This makes the code easier to test and thus easier to maintain. -If you are unfamiliar with this pattern, watch the following videos: +If you are unfamiliar with this pattern, watch the following video: -* `Dependency Injection and the art of Services and Containers Tutorial `_ * `Google Clean Code Talks `_ .. _dependency-injection: