Skip to content

Commit 48abca4

Browse files
author
Nsbx
committed
Fix doc url
1 parent 0fefc38 commit 48abca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lazy-loading-value-holder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This code is problematic and adds complexity that makes your unit tests' code ev
3232
Also, this kind of usage often ends up in coupling your code with a particular
3333
[Dependency Injection Container](http://martinfowler.com/articles/injection.html) or a framework that fetches dependencies
3434
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/).
35+
[in this article](http://ocramius.github.io/blog/zf2-and-symfony-service-proxies-with-doctrine-proxies/).
3636

3737
Lazy loading value holders abstract this logic for you, hiding your complex, slow, performance-impacting objects behind tiny
3838
wrappers that have their same API, and that get initialized at first usage.

0 commit comments

Comments
 (0)