From 51006cdcf7b7b39ccc4fefafc900b98109e57437 Mon Sep 17 00:00:00 2001 From: Jesse Mandel Date: Thu, 18 Jun 2015 17:52:30 -0700 Subject: [PATCH] Update module.ngdoc Fixed link to blog post --- docs/content/guide/module.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/module.ngdoc b/docs/content/guide/module.ngdoc index d69c900b7b50..3ac4a3c0385e 100644 --- a/docs/content/guide/module.ngdoc +++ b/docs/content/guide/module.ngdoc @@ -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.