Fix remaining URIs still referencing the previous repo
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 21 Aug 2021 20:23:01 +0000 (22:23 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 21 Aug 2021 20:23:01 +0000 (22:23 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md
package.json

index f2ed11524a5a14ebfeb26e50e6c8672f913dae22..6348511f2d830f9b831d0c2c524f8f77375c4036 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,8 +11,8 @@
 <p align="center">
   <a href="https://www.npmjs.com/package/poolifier">
     <img alt="Weekly Downloads" src="https://img.shields.io/npm/dw/poolifier"></a>
-  <a href="https://github.com/pioardi/node-pool/actions">
-    <img alt="Actions Status" src="https://github.com/pioardi/node-pool/workflows/NodeCI/badge.svg"></a>
+  <a href="https://github.com/poolifier/poolifier/actions">
+    <img alt="Actions Status" src="https://github.com/poolifier/poolifier/workflows/NodeCI/badge.svg"></a>
   <a href="https://sonarcloud.io/dashboard?id=pioardi_poolifier">
     <img alt="Quality Gate Status" src="https://sonarcloud.io/api/project_badges/measure?project=pioardi_poolifier&metric=alert_status"></a>
   <a href="https://sonarcloud.io/component_measures/metric/coverage/list?id=pioardi_poolifier">
@@ -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
 
index b3aee8e655e2326bff3865060b0b3f74b0894aac..2a5d06358abe02c91224ff484a0f1c61df325be9 100644 (file)
@@ -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"
   ],