We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fefc38 + 48abca4 commit 642e4bfCopy full SHA for 642e4bf
docs/lazy-loading-value-holder.md
@@ -32,7 +32,7 @@ This code is problematic and adds complexity that makes your unit tests' code ev
32
Also, this kind of usage often ends up in coupling your code with a particular
33
[Dependency Injection Container](http://martinfowler.com/articles/injection.html) or a framework that fetches dependencies
34
for you. That way, further complexity is introduced, and some problems related with service location raise, as explained
35
-[in this article](http://ocramius.github.com/blog/zf2-and-symfony-service-proxies-with-doctrine-proxies/).
+[in this article](http://ocramius.github.io/blog/zf2-and-symfony-service-proxies-with-doctrine-proxies/).
36
37
Lazy loading value holders abstract this logic for you, hiding your complex, slow, performance-impacting objects behind tiny
38
wrappers that have their same API, and that get initialized at first usage.
0 commit comments