From: Jérôme Benoit Date: Sat, 21 Aug 2021 20:23:01 +0000 (+0200) Subject: Fix remaining URIs still referencing the previous repo X-Git-Tag: v2.1.0~6 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6ccc12622ef20e39e9d1ec36738713a829346cb9;p=poolifier.git Fix remaining URIs still referencing the previous repo Signed-off-by: Jérôme Benoit --- 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" ],