Skip to content

Commit b368f37

Browse files
authored
Use relative link
1 parent 43f5821 commit b368f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/07-xmlhttprequest/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In modern web-development `XMLHttpRequest` may be used for three reasons:
1212
2. We need to support old browsers, and don't want polyfills (e.g. to keep scripts tiny).
1313
3. We need something that `fetch` can't do yet, e.g. to track upload progress.
1414

15-
Does that sound familiar? If yes, then all right, go on with `XMLHttpRequest`. Otherwise, please head on to [fetch](https://javascript.info/fetch-basics).
15+
Does that sound familiar? If yes, then all right, go on with `XMLHttpRequest`. Otherwise, please head on to <info:fetch-basics>.
1616

1717
## Basic flow
1818

0 commit comments

Comments
 (0)