From 4645c95702b85a256d32e4d95d6de9558f4f9fa7 Mon Sep 17 00:00:00 2001 From: phamdt Date: Wed, 16 Oct 2013 16:59:51 -0700 Subject: docs(tutorial/step-5): fix wrong link to services guide Closes #4477 --- docs/content/tutorial/step_05.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/tutorial') diff --git a/docs/content/tutorial/step_05.ngdoc b/docs/content/tutorial/step_05.ngdoc index fce100b0..c9ffeded 100644 --- a/docs/content/tutorial/step_05.ngdoc +++ b/docs/content/tutorial/step_05.ngdoc @@ -6,7 +6,7 @@ Enough of building an app with three phones in a hard-coded dataset! Let's fetch a larger dataset -from our server using one of Angular's built-in {@link api/ng services} called {@link +from our server using one of Angular's built-in {@link guide/dev_guide.services services} called {@link api/ng.$http $http}. We will use Angular's {@link guide/di dependency injection (DI)} to provide the service to the `PhoneListCtrl` controller. -- cgit v1.2.3