From 25e67b5328979065d7cd719482d930ba4b5b1faf Mon Sep 17 00:00:00 2001 From: Hugo Di Francesco Date: Mon, 13 Jan 2020 18:10:54 +0000 Subject: [PATCH] switch to HTTP to avoid 404 issue with GitHub Pages... --- src/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.js b/src/data.js index 05859d0f..3ca2d91d 100644 --- a/src/data.js +++ b/src/data.js @@ -116,7 +116,7 @@ const pages = [ name: 'Sam Cross', description: '"Developer", IT student, frequent traveller by coach, addicted to music.', - url: 'https://sam-cross.github.io/uses', + url: 'http://sam-cross.github.io/uses', twitter: '@samcrxss', emoji: '🎵', country: '🇬🇧',