Skip to content

Commit f8ddcfd

Browse files
author
Schalk Neethling
committed
remove license, code of conduct, and update readme
1 parent c0ea9d0 commit f8ddcfd

File tree

3 files changed

+10
-142
lines changed

3 files changed

+10
-142
lines changed

fetch/CODE_OF_CONDUCT.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

fetch/LICENSE

Lines changed: 0 additions & 116 deletions
This file was deleted.

fetch/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ A repository of Fetch examples. See [https://developer.mozilla.org/en-US/docs/We
44

55
See below for links to the live versions of each example:
66

7-
- [Basic fetch example](https://mdn.github.io/fetch-examples/basic-fetch/)
8-
- [Fetch array buffer example](https://mdn.github.io/fetch-examples/fetch-array-buffer/)
9-
- [Fetch JSON example](https://mdn.github.io/fetch-examples/fetch-json/)
10-
- [Basic Fetch example with Request object](https://mdn.github.io/fetch-examples/fetch-request/)
11-
- [Basic Fetch example with Request object and Init object](https://mdn.github.io/fetch-examples/fetch-request-with-init/)
12-
- [Basic Fetch example with returned Response properties](https://mdn.github.io/fetch-examples/fetch-response/)
13-
- [Fetch cloned Response example](https://mdn.github.io/fetch-examples/fetch-response-clone/)
14-
- [Fetch text example](https://mdn.github.io/fetch-examples/fetch-text/)
15-
- [Fetch example with Request object and Init object](https://mdn.github.io/fetch-examples/fetch-with-init-then-request/)
16-
- [object-fit gallery with fetched images](https://mdn.github.io/fetch-examples/object-fit-gallery-fetch/)
7+
- [Basic fetch example](https://mdn.github.io/dom-examples/fetch/basic-fetch/)
8+
- [Fetch array buffer example](https://mdn.github.io/dom-examples/fetch/fetch-array-buffer/)
9+
- [Fetch JSON example](https://mdn.github.io/dom-examples/fetch/fetch-json/)
10+
- [Basic Fetch example with Request object](https://mdn.github.io/dom-examples/fetch/fetch-request/)
11+
- [Basic Fetch example with Request object and Init object](https://mdn.github.io/dom-examples/fetch/fetch-request-with-init/)
12+
- [Basic Fetch example with returned Response properties](https://mdn.github.io/dom-examples/fetch/fetch-response/)
13+
- [Fetch cloned Response example](https://mdn.github.io/dom-examples/fetch/fetch-response-clone/)
14+
- [Fetch text example](https://mdn.github.io/dom-examples/fetch/fetch-text/)
15+
- [Fetch example with Request object and Init object](https://mdn.github.io/dom-examples/fetch/fetch-with-init-then-request/)
16+
- [object-fit gallery with fetched images](https://mdn.github.io/dom-examples/fetch/object-fit-gallery-fetch/)

0 commit comments

Comments
 (0)