aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Andersen2014-03-17 17:14:55 +0100
committerVojta Jina2014-03-21 11:42:16 -0700
commit4b291866965ec7768ed8985283d3003ea9cb9843 (patch)
treeed7499c1c5e8bdd7224928a4db3e8ac6bed97ec6
parent7b5be9ee29b1d22c6847678320d829e6f9b1518c (diff)
downloadangular.js-4b291866965ec7768ed8985283d3003ea9cb9843.tar.bz2
docs(tutorial): fix broken link
On page http://docs.angularjs.org/tutorial/step_05 link is broken. Should point to http://docs.angularjs.org/guide/services NOT http://docs.angularjs.org/guide/dev_guide.services Closes #6714
-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 e37de7a7..17941cd1 100644
--- a/docs/content/tutorial/step_05.ngdoc
+++ b/docs/content/tutorial/step_05.ngdoc
@@ -44,7 +44,7 @@ Following is a sample of the file:
We'll use Angular's {@link ng.$http $http} service in our controller to make an HTTP
request to your web server to fetch the data in the `app/phones/phones.json` file. `$http` is just
-one of several built-in {@link guide/dev_guide.services Angular services} that handle common operations
+one of several built-in {@link guide/services Angular services} that handle common operations
in web apps. Angular injects these services for you where you need them.
Services are managed by Angular's {@link guide/di DI subsystem}. Dependency injection