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/ngRepeat/iidexp.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/content/error/ngRepeat/iidexp.ngdoc') diff --git a/docs/content/error/ngRepeat/iidexp.ngdoc b/docs/content/error/ngRepeat/iidexp.ngdoc index 8d9309e2..641f723d 100644 --- a/docs/content/error/ngRepeat/iidexp.ngdoc +++ b/docs/content/error/ngRepeat/iidexp.ngdoc @@ -3,7 +3,7 @@ @fullName Invalid Identifier @description -Occurs when there is an error in the identifier part of {@link api/ng.directive:ngRepeat ngRepeat}'s expression. +Occurs when there is an error in the identifier part of {@link ng.directive:ngRepeat ngRepeat}'s expression. To resolve, use either a valid identifier or a tuple (_key_, _value_) where both _key_ and _value_ are valid identifiers. @@ -22,4 +22,4 @@ Examples of *valid* syntax:
``` -Please consult the api documentation of {@link api/ng.directive:ngRepeat ngRepeat} to learn more about valid syntax. +Please consult the api documentation of {@link ng.directive:ngRepeat ngRepeat} to learn more about valid syntax. -- cgit v1.2.3