aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGias Kay Lee2014-03-10 14:50:21 +0800
committerVojta Jina2014-03-21 11:42:18 -0700
commitf0347d5efa193b6f59ac854798e90feaee727c77 (patch)
tree6c413787d550b427a265e0c96e3762f46dc1d2d4
parent1c27e5fc37481237bfd4722cf67c43066a157ba3 (diff)
downloadangular.js-f0347d5efa193b6f59ac854798e90feaee727c77.tar.bz2
docs(module): add link to mentioned resource
Closes #6628
-rw-r--r--docs/content/guide/module.ngdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/content/guide/module.ngdoc b/docs/content/guide/module.ngdoc
index 2d0a795d..bfd9ca5f 100644
--- a/docs/content/guide/module.ngdoc
+++ b/docs/content/guide/module.ngdoc
@@ -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.