Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit dde613f

Browse files
jesselpalmerpkozlowski-opensource
authored andcommitted
chore(docs): fix dangling links warning in $http API
Closes #10270
1 parent e6a2527 commit dde613f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ng/http.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,12 +610,14 @@ function $HttpProvider() {
610610
* `{function(data, headersGetter)|Array.<function(data, headersGetter)>}` –
611611
* transform function or an array of such functions. The transform function takes the http
612612
* request body and headers and returns its transformed (typically serialized) version.
613-
* See {@link #overriding-the-default-transformations-per-request Overriding the Default Transformations}
613+
* See {@link ng.$http#overriding-the-default-transformations-per-request
614+
* Overriding the Default Transformations}
614615
* - **transformResponse** –
615616
* `{function(data, headersGetter)|Array.<function(data, headersGetter)>}` –
616617
* transform function or an array of such functions. The transform function takes the http
617618
* response body and headers and returns its transformed (typically deserialized) version.
618-
* See {@link #overriding-the-default-transformations-per-request Overriding the Default Transformations}
619+
* See {@link ng.$http#overriding-the-default-transformations-per-request
620+
* Overriding the Default Transformations}
619621
* - **cache** – `{boolean|Cache}` – If true, a default $http cache will be used to cache the
620622
* GET request, otherwise if a cache instance built with
621623
* {@link ng.$cacheFactory $cacheFactory}, this cache will be used for

0 commit comments

Comments
 (0)