From e588e6e29298849161b017e5cd2833c0653b0436 Mon Sep 17 00:00:00 2001 From: marianoc84 Date: Mon, 21 Sep 2015 01:10:13 +0200 Subject: [PATCH] docs(guide/Modules): updated style guide link the blog posted linked reccomends john papa's github repo. --- docs/content/guide/module.ngdoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/content/guide/module.ngdoc b/docs/content/guide/module.ngdoc index 3ac4a3c0385e..433a3223918a 100644 --- a/docs/content/guide/module.ngdoc +++ b/docs/content/guide/module.ngdoc @@ -75,9 +75,8 @@ 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](http://angularjs.blogspot.com/2014/02/an-angularjs-style-guide-and-best.html) -on how we organize large apps at Google. +You can find a community +[style guide](https://github.com/johnpapa/angular-styleguide) to help yourself when application grows. The above is a suggestion. Tailor it to your needs.