From 0f2f002907d61712de8f46e9a4115cfb12e58eec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Sat, 21 Oct 2023 20:01:07 +0200 Subject: [PATCH] chore: update repo links (#267) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 309516f..3802418 100644 --- a/package.json +++ b/package.json @@ -67,10 +67,10 @@ ], "repository": { "type": "git", - "url": "https://github.com/kentcdodds/cypress-testing-library" + "url": "https://github.com/testing-library/cypress-testing-library" }, "bugs": { - "url": "https://github.com/kentcdodds/cypress-testing-library/issues" + "url": "https://github.com/testing-library/cypress-testing-library/issues" }, - "homepage": "https://github.com/kentcdodds/cypress-testing-library#readme" + "homepage": "https://github.com/testing-library/cypress-testing-library#readme" }