From 9d49da082a82a1978bc7c343b1c0d4061e980f2b Mon Sep 17 00:00:00 2001 From: Takuya N Date: Mon, 11 Apr 2022 18:10:07 +0900 Subject: [PATCH] Use the latest repo URLs in package.json (#17199) Signed-off-by: Takuya Noguchi --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e5e1ba6a4..03e3fb0a5 100644 --- a/package.json +++ b/package.json @@ -30,14 +30,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/thepracticaldev/dev.to.git" + "url": "https://github.com/forem/forem.git" }, "author": "", "license": "AGPL-3.0-or-later", "bugs": { - "url": "https://github.com/thepracticaldev/dev.to/issues" + "url": "https://github.com/forem/forem/issues" }, - "homepage": "https://github.com/thepracticaldev/dev.to#readme", + "homepage": "https://github.com/forem/forem#readme", "devDependencies": { "@babel/eslint-parser": "^7.17.0", "@faker-js/faker": "^6.0.0",