aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrandroid2014-03-18 17:22:20 -0400
committerlefos9872014-03-19 00:24:34 +0000
commitf7ce415c676dc0d458c9f0508dde01f92cf6f00a (patch)
treec09ffbb7f8ca3bf1402070e19260746ba49c5976
parent4cf2adfeda3d2726a426be7089f71c0533a20515 (diff)
downloadangular.js-f7ce415c676dc0d458c9f0508dde01f92cf6f00a.tar.bz2
docs(tutorial/step_05): fix services link
-rw-r--r--docs/content/tutorial/step_05.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_05.ngdoc b/docs/content/tutorial/step_05.ngdoc
index dccd1d18..031d97b7 100644
--- a/docs/content/tutorial/step_05.ngdoc
+++ b/docs/content/tutorial/step_05.ngdoc
@@ -7,7 +7,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 guide/dev_guide.services services} called {@link
+from our server using one of Angular's built-in {@link guide/services services} called {@link
ng.$http $http}. We will use Angular's {@link guide/di dependency
injection (DI)} to provide the service to the `PhoneListCtrl` controller.