Fix octocat image link (#1281)

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
David Adi Nugroho 2021-09-09 19:20:08 +07:00 committed by GitHub
parent 8b54ab4509
commit 9cd2e43e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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://github.githubassets.com/images/modules/logos_page/Octocat.png');
if (!response.ok) throw new Error(`unexpected response ${response.statusText}`);