Skip to content

Commit

Permalink
Fix octocat image link (#1281)
Browse files Browse the repository at this point in the history
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
  • Loading branch information
lakuapik and Richienb committed Sep 9, 2021
1 parent 8b54ab4 commit 9cd2e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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}`);

Expand Down

0 comments on commit 9cd2e43

Please sign in to comment.