From 30f949e699e200802b7980cdcbb0a959cab19bd2 Mon Sep 17 00:00:00 2001 From: David Adi Nugroho Date: Thu, 9 Sep 2021 14:53:23 +0700 Subject: [PATCH 1/2] Replace octocat image link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 173677dbd..0b0379f79 100644 --- a/README.md +++ b/README.md @@ -284,7 +284,7 @@ import fetch from 'node-fetch'; const streamPipeline = promisify(pipeline); -const response = await fetch('https://assets-cdn.github.com/images/modules/logos_page/Octocat.png'); +const response = await fetch('https://octodex.github.com/images/Fintechtocat.png'); if (!response.ok) throw new Error(`unexpected response ${response.statusText}`); From 297038a15bc2abf9684bf0828f3c708f14816002 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Fri, 10 Sep 2021 00:19:40 +1200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b0379f79..aa2e2af63 100644 --- a/README.md +++ b/README.md @@ -284,7 +284,7 @@ import fetch from 'node-fetch'; const streamPipeline = promisify(pipeline); -const response = await fetch('https://octodex.github.com/images/Fintechtocat.png'); +const response = await fetch('https://github.githubassets.com/images/modules/logos_page/Octocat.png'); if (!response.ok) throw new Error(`unexpected response ${response.statusText}`);