Skip to content

Commit 0535487

Browse files
authored
Merge pull request javascript-tutorial#878 from Edwin-Pratt/patch-1
The previous link was DEPRECATED
2 parents 7fa1bf7 + 1c8e98c commit 0535487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7-network/07-xmlhttprequest/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ They exist for historical reasons, to get either a string or XML document. Nowad
178178

179179
`XMLHttpRequest` changes between states as it progresses. The current state is accessible as `xhr.readyState`.
180180

181-
All states, as in [the specification](http://www.w3.org/TR/XMLHttpRequest/#states):
181+
All states, as in [the specification](https://xhr.spec.whatwg.org/#states):
182182

183183
```js
184184
const unsigned short UNSENT = 0; // initial state

0 commit comments

Comments
 (0)