diff --git a/package.json b/package.json index 7d2ecbe9a..3dff34f2c 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "repository": { "type": "git", - "url": "https://30secondsofcode.org/" + "url": "git+https://github.com/30-seconds/30-seconds-of-code.git" }, "keywords": [ "javascript", @@ -52,6 +52,6 @@ "bugs": { "url": "https://github.com/30-seconds/30-seconds-of-code/issues" }, - "homepage": "https://github.com/30-seconds/30-seconds-of-code#readme", + "homepage": "https://30secondsofcode.org/", "dependencies": {} }