aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error/cacheFactory
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-02-12 22:47:42 +0000
committerPeter Bacon Darwin2014-02-16 19:03:41 +0000
commita564160511bf1bbed5a4fe5d2981fae1bb664eca (patch)
tree16fe76a5c8a4e75c50db5f15224f1b954060cd38 /docs/content/error/cacheFactory
parent06f2ba899fac8ad004bf65dce39a3b05e2387c0f (diff)
downloadangular.js-a564160511bf1bbed5a4fe5d2981fae1bb664eca.tar.bz2
docs(bike-shed-migration): fix url-based links refs to AUTO module
Diffstat (limited to 'docs/content/error/cacheFactory')
-rw-r--r--docs/content/error/cacheFactory/iid.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/error/cacheFactory/iid.ngdoc b/docs/content/error/cacheFactory/iid.ngdoc
index 838ff75e..62e985e8 100644
--- a/docs/content/error/cacheFactory/iid.ngdoc
+++ b/docs/content/error/cacheFactory/iid.ngdoc
@@ -3,6 +3,6 @@
@fullName Invalid ID
@description
-This error occurs when trying to create a new `cache` object via {@link api/ng.$cacheFactory} with an ID that was already used to create another cache object.
+This error occurs when trying to create a new `cache` object via {@link ng.$cacheFactory} with an ID that was already used to create another cache object.
To resolve the error please use a different cache ID when calling `$cacheFactory`.