From b368f37690be631829ac02c417d6ec34680d0828 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Thu, 16 May 2019 12:26:46 +0300 Subject: [PATCH] Use relative link --- 5-network/07-xmlhttprequest/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5-network/07-xmlhttprequest/article.md b/5-network/07-xmlhttprequest/article.md index 822507df..72e09b67 100644 --- a/5-network/07-xmlhttprequest/article.md +++ b/5-network/07-xmlhttprequest/article.md @@ -12,7 +12,7 @@ In modern web-development `XMLHttpRequest` may be used for three reasons: 2. We need to support old browsers, and don't want polyfills (e.g. to keep scripts tiny). 3. We need something that `fetch` can't do yet, e.g. to track upload progress. -Does that sound familiar? If yes, then all right, go on with `XMLHttpRequest`. Otherwise, please head on to [fetch](https://javascript.info/fetch-basics). +Does that sound familiar? If yes, then all right, go on with `XMLHttpRequest`. Otherwise, please head on to . ## Basic flow