docs(module): add link to mentioned resource

Closes #6628
This commit is contained in:
Gias Kay Lee
2014-03-10 14:50:21 +08:00
committed by Brian Ford
parent ee07b502a2
commit ed22869e08

View File

@@ -66,8 +66,9 @@ that you break your application to multiple modules like this:
* And an application level module which depends on the above modules and contains any
initialization code.
We've also written a document on how we organize large apps at Google and on how to write
reusable components.
We've also
[written a document](http://blog.angularjs.org/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.