diff --git a/developer_manual/app/requests/container.rst b/developer_manual/app/requests/container.rst index 9a2c56294..21beeb14d 100644 --- a/developer_manual/app/requests/container.rst +++ b/developer_manual/app/requests/container.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: