Merge pull request #3109 from nextcloud/backport/3108/stable19

[stable19] Update dependency_injection.rst (Remove unavailable video from docs)
This commit is contained in:
Morris Jobke 2020-08-19 20:38:36 +02:00 committed by GitHub
commit 1043c4285d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,9 +8,8 @@ The App Framework assembles the application by using a container based on the
software pattern `Dependency Injection <https://en.wikipedia.org/wiki/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 <http://www.youtube.com/watch?v=DcNtg4_i-2w>`_
* `Google Clean Code Talks <http://www.youtube.com/watch?v=RlfLCWKxHJ0>`_
.. _dependency-injection: