diff options
| author | Brian Andersen | 2014-03-17 17:14:55 +0100 |
|---|---|---|
| committer | Caitlin Potter | 2014-03-17 12:20:22 -0400 |
| commit | d0781eb1a3ee68d08a3f80d0102e99e6d7fde5f6 (patch) | |
| tree | a1278064c9755d510c55841bd70b4a0e5b3e470e /docs/content | |
| parent | d09056d2872c81b86f49cc8a8a666e776eeb2254 (diff) | |
| download | angular.js-d0781eb1a3ee68d08a3f80d0102e99e6d7fde5f6.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
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/tutorial/step_05.ngdoc | 2 |
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 |
