From 1c8e98cf812ecf0beff91cd78a6ac4ec7366a666 Mon Sep 17 00:00:00 2001 From: Edwin Pratt <34472632+Edwin-Pratt@users.noreply.github.com> Date: Thu, 28 Mar 2019 23:42:13 +0200 Subject: [PATCH] The previous link was DEPRECATED I have updated the link to follow the most updated version. --- 7-network/07-xmlhttprequest/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7-network/07-xmlhttprequest/article.md b/7-network/07-xmlhttprequest/article.md index dde333fe..601db0c6 100644 --- a/7-network/07-xmlhttprequest/article.md +++ b/7-network/07-xmlhttprequest/article.md @@ -178,7 +178,7 @@ They exist for historical reasons, to get either a string or XML document. Nowad `XMLHttpRequest` changes between states as it progresses. The current state is accessible as `xhr.readyState`. -All states, as in [the specification](http://www.w3.org/TR/XMLHttpRequest/#states): +All states, as in [the specification](https://xhr.spec.whatwg.org/#states): ```js const unsigned short UNSENT = 0; // initial state