Skip to content

Commit a9cc6ef

Browse files
Stéphane Reynaudpetebacondarwin
Stéphane Reynaud
authored andcommitted
docs(tutorial/step_11): fix url-based links refs to AUTO module
Closes angular#6389
1 parent d7d3ef1 commit a9cc6ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/step_11.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In this step, you will improve the way our app fetches data.
1414

1515
The next improvement we will make to our app is to define a custom service that represents a [RESTful](http://en.wikipedia.org/wiki/Representational_State_Transfer) client. Using this client we
1616
can make XHR requests for data in an easier way, without having to deal with the lower-level {@link
17-
api/ng.$http $http} API, HTTP methods and URLs.
17+
ng.$http $http} API, HTTP methods and URLs.
1818

1919
The most important changes are listed below. You can see the full diff on [GitHub](https://github.com/angular/angular-phonecat/compare/step-10...step-11):
2020

@@ -57,7 +57,7 @@ service declared a dependency on the `$resource` service.
5757
The {@link ngResource.$resource `$resource`} service makes it easy to create a
5858
[RESTful](http://en.wikipedia.org/wiki/Representational_State_Transfer) client with just a few
5959
lines of code. This client can then be used in our application, instead of the lower-level {@link
60-
api/ng.$http $http} service.
60+
ng.$http $http} service.
6161

6262
__`app/js/app.js`.__
6363

0 commit comments

Comments
 (0)