From a564160511bf1bbed5a4fe5d2981fae1bb664eca Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Wed, 12 Feb 2014 22:47:42 +0000 Subject: docs(bike-shed-migration): fix url-based links refs to AUTO module --- docs/content/error/injector/nomod.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/error/injector/nomod.ngdoc') diff --git a/docs/content/error/injector/nomod.ngdoc b/docs/content/error/injector/nomod.ngdoc index 66e2a5ad..5f8fb1e6 100644 --- a/docs/content/error/injector/nomod.ngdoc +++ b/docs/content/error/injector/nomod.ngdoc @@ -5,7 +5,7 @@ This error occurs when trying to "re-open" a module that has not yet been defined. -To define a new module, call {@link api/angular.module angular.module} with a name +To define a new module, call {@link angular.module angular.module} with a name and an array of dependent modules, like so: ``` -- cgit v1.2.3