From 6ccc12622ef20e39e9d1ec36738713a829346cb9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 21 Aug 2021 22:23:01 +0200 Subject: [PATCH] Fix remaining URIs still referencing the previous repo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 6 +++--- package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f2ed1152..6348511f 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@

Weekly Downloads - - Actions Status + + Actions Status Quality Gate Status @@ -244,7 +244,7 @@ But in general, **always profile your application** ## Contribute See guidelines [CONTRIBUTING](CONTRIBUTING.md) -Choose your task here [2.0.0](https://github.com/pioardi/poolifier/projects/1), propose an idea, a fix, an improvement. +Choose your task here [2.0.0](https://github.com/poolifier/poolifier/projects/1), propose an idea, a fix, an improvement. ## Team diff --git a/package.json b/package.json index b3aee8e6..2a5d0635 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/pioardi/poolifier.git" + "url": "git+https://github.com/poolifier/poolifier.git" }, "keywords": [ "node", @@ -55,9 +55,9 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/pioardi/poolifier/issues" + "url": "https://github.com/poolifier/poolifier/issues" }, - "homepage": "https://github.com/pioardi/poolifier#readme", + "homepage": "https://github.com/poolifier/poolifier#readme", "files": [ "lib" ], -- 2.34.1