From 67cf4b1729aa4a2dafac35a335db472a55e21722 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/basics/dependency_injection.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: