From 7f67ccc770ecb6cc850cf5607debd66616904c63 Mon Sep 17 00:00:00 2001 From: Jeffrey Harmon <16364318+SquarePear@users.noreply.github.com> Date: Tue, 8 Jun 2021 10:51:21 -0400 Subject: [PATCH] Update jeffrey.json Switched domains from .me to .dev --- domains/jeffrey.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/jeffrey.json b/domains/jeffrey.json index 42bd6261c..414306dc2 100644 --- a/domains/jeffrey.json +++ b/domains/jeffrey.json @@ -1,11 +1,11 @@ { "description": "This website is a link to my personal developer portfolio.", - "repo": "https://github.com/SquarePear/jeffreyharmon.me", + "repo": "https://github.com/SquarePear/personal-site", "owner": { "username": "SquarePear", "email": "jeffrey@reygames.com" }, "record": { - "URL": "https://jeffreyharmon.me/" + "URL": "https://jeffreyharmon.dev/" } -} \ No newline at end of file +}