Changed the link of Dependency Injection from Wikipedia DE to Wikipedia EN

This commit is contained in:
HassanCehef
2013-11-02 18:22:31 +01:00
parent 7fb8d69f01
commit 5b53e300dc

View File

@@ -31,7 +31,7 @@ The patterns can be structured in roughly three different categories. Please cli
* [Registry](Registry) [:notebook:](http://en.wikipedia.org/wiki/Service_locator_pattern)
* [FluentInterface](FluentInterface) [:notebook:](http://en.wikipedia.org/wiki/Fluent_interface)
* [DataMapper](DataMapper) [:notebook:](http://en.wikipedia.org/wiki/Data_mapper_pattern)
* [DependencyInjection](DependencyInjection) [:notebook:](http://de.wikipedia.org/wiki/Dependency_Injection)
* [DependencyInjection](DependencyInjection) [:notebook:](http://en.wikipedia.org/wiki/Dependency_injection)
### Behavioral