Skip to content

Commit acad09e

Browse files
joeyyangcaitp
authored andcommitted
docs($http): fix broken markdown link in withCredentials description
Markdown typo in $http config documentation Closes angular#7859
1 parent 07d5283 commit acad09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/http.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ function $HttpProvider() {
505505
* - **timeout** – `{number|Promise}` – timeout in milliseconds, or {@link ng.$q promise}
506506
* that should abort the request when resolved.
507507
* - **withCredentials** - `{boolean}` - whether to set the `withCredentials` flag on the
508-
* XHR object. See [requests with credentials]https://developer.mozilla.org/en/http_access_control#section_5
508+
* XHR object. See [requests with credentials](https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS#Requests_with_credentials)
509509
* for more information.
510510
* - **responseType** - `{string}` - see
511511
* [requestType](https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest#responseType).

0 commit comments

Comments
 (0)