From 5ee53177968a0aad060fa4908df9294999513d17 Mon Sep 17 00:00:00 2001 From: Glen <34506780+Zen-glen@users.noreply.github.com> Date: Tue, 18 Aug 2020 08:22:37 +0100 Subject: [PATCH] Update dependency_injection.rst Dependency Injection and the art of Services and Containers Tutorial is unavailable due to being private on YouTube. Removed the link. Signed-off-by: Glen Clark --- developer_manual/app/requests/container.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: