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/misc/faq.ngdoc | 4 ++-- docs/content/misc/started.ngdoc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/content/misc') diff --git a/docs/content/misc/faq.ngdoc b/docs/content/misc/faq.ngdoc index 18beca12..e416055e 100644 --- a/docs/content/misc/faq.ngdoc +++ b/docs/content/misc/faq.ngdoc @@ -79,7 +79,7 @@ in Angular. Yes, Angular can use [jQuery](http://jquery.com/) if it's present in your app when the application is being bootstrapped. If jQuery is not present in your script path, Angular falls back -to its own implementation of the subset of jQuery that we call {@link api/angular.element jQLite}. +to its own implementation of the subset of jQuery that we call {@link angular.element jQLite}. Due to a change to use `on()`/`off()` rather than `bind()`/`unbind()`, Angular 1.2 only operates with jQuery 1.7.1 or above. @@ -89,7 +89,7 @@ jQuery 1.7.1 or above. Very testable and designed this way from ground up. It has an integrated dependency injection framework, provides mocks for many heavy dependencies (server-side communication). See -{@link api/ng service} for details. +{@link ngMock} for details. ### How can I learn more about Angular? diff --git a/docs/content/misc/started.ngdoc b/docs/content/misc/started.ngdoc index a6301fa7..3ea5530d 100644 --- a/docs/content/misc/started.ngdoc +++ b/docs/content/misc/started.ngdoc @@ -36,4 +36,4 @@ tutorials. ##Read more The AngularJS documentation includes the {@link guide/index Developer Guide} covering concepts and the -{@link api/ API Reference} for syntax and usage. +{@link ./api API Reference} for syntax and usage. -- cgit v1.2.3