diff --git a/README.md b/README.md index 073776535e..23b183f540 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@

- +

Node Redis

- - Coverage Status + + Coverage Status Downloads @@ -57,7 +57,7 @@ createClient({ }); ``` -You can also use discrete parameters, UNIX sockets, and even TLS to connect. Details can be found in in the [Wiki](https://github.com/NodeRedis/node-redis/wiki/lib.socket#RedisSocketOptions). +You can also use discrete parameters, UNIX sockets, and even TLS to connect. Details can be found in in the [Wiki](https://github.com/redis/node-redis/wiki/lib.socket#RedisSocketOptions). ### Redis Commands @@ -279,8 +279,8 @@ If you'd like to contribute, check out the [contributing guide](CONTRIBUTING.md) Thank you to all the people who already contributed to Node Redis! - - + + ## License diff --git a/package.json b/package.json index 7f8720f47b..80bf7aa05a 100644 --- a/package.json +++ b/package.json @@ -8,16 +8,6 @@ "pubsub" ], "author": "Matt Ranney ", - "contributors": [ - { - "name": "Mike Diarmid (Salakar)", - "url": "https://github.com/salakar" - }, - { - "name": "Ruben Bridgewater (BridgeAR)", - "url": "https://github.com/BridgeAR" - } - ], "license": "MIT", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -57,10 +47,10 @@ }, "repository": { "type": "git", - "url": "git://github.com/NodeRedis/node-redis.git" + "url": "git://github.com/redis/node-redis.git" }, "bugs": { - "url": "https://github.com/NodeRedis/node-redis/issues" + "url": "https://github.com/redis/node-redis/issues" }, - "homepage": "https://github.com/NodeRedis/node-redis" + "homepage": "https://github.com/redis/node-redis" }