docs(guide/module): fixed link to blog post

Closes #12165
Closes #12250
This commit is contained in:
Jesse Mandel
2015-06-18 17:52:30 -07:00
committed by Martin Staffa
parent b871b98a57
commit d935c245c0
+1 -1
View File
@@ -76,7 +76,7 @@ that you break your application to multiple modules like this:
initialization code.
We've also
[written a document](http://blog.angularjs.org/2014/02/an-angularjs-style-guide-and-best.html)
[written a document](http://angularjs.blogspot.com/2014/02/an-angularjs-style-guide-and-best.html)
on how we organize large apps at Google.
The above is a suggestion. Tailor it to your needs.