Skip to content

Commit 228f6fe

Browse files
committed
docs: fix links to graphql-compose organization repo
1 parent 5245a8c commit 228f6fe

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# graphql-compose-connection
22

3-
[![travis build](https://img.shields.io/travis/nodkz/graphql-compose-connection.svg)](https://travis-ci.org/nodkz/graphql-compose-connection)
4-
[![codecov coverage](https://img.shields.io/codecov/c/github/nodkz/graphql-compose-connection.svg)](https://codecov.io/github/nodkz/graphql-compose-connection)
3+
[![travis build](https://img.shields.io/travis/graphql-compose/graphql-compose-connection.svg)](https://travis-ci.org/graphql-compose/graphql-compose-connection)
4+
[![codecov coverage](https://img.shields.io/codecov/c/github/graphql-compose/graphql-compose-connection.svg)](https://codecov.io/github/graphql-compose/graphql-compose-connection)
55
[![](https://img.shields.io/npm/v/graphql-compose-connection.svg)](https://www.npmjs.com/package/graphql-compose-connection)
66
[![npm](https://img.shields.io/npm/dt/graphql-compose-connection.svg)](http://www.npmtrends.com/graphql-compose-connection)
7-
[![Join the chat at https://gitter.im/graphql-compose/Lobby](https://badges.gitter.im/nodkz/graphql-compose.svg)](https://gitter.im/graphql-compose/Lobby)
7+
[![Join the chat at https://gitter.im/graphql-compose/Lobby](https://badges.gitter.im/graphql-compose/graphql-compose.svg)](https://gitter.im/graphql-compose/Lobby)
88
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
9-
[![Greenkeeper badge](https://badges.greenkeeper.io/nodkz/graphql-compose-connection.svg)](https://greenkeeper.io/)
9+
[![Greenkeeper badge](https://badges.greenkeeper.io/graphql-compose/graphql-compose-connection.svg)](https://greenkeeper.io/)
1010

11-
This is a plugin for [graphql-compose](https://github.com/nodkz/graphql-compose) family, which adds to the TypeComposer `connection` resolver.
11+
This is a plugin for [graphql-compose](https://github.com/graphql-compose/graphql-compose) family, which adds to the TypeComposer `connection` resolver.
1212

1313
Live demo: [https://graphql-compose.herokuapp.com/](https://graphql-compose.herokuapp.com/)
1414

@@ -18,7 +18,7 @@ Besides standard connection arguments `first`, `last`, `before` and `after`, als
1818
* `filter` arg - for filtering records
1919
* `sort` arg - for sorting records. Build in mechanism allows sort by any unique indexes (not only by id). Also supported compound sorting (by several fields).
2020

21-
[CHANGELOG](https://github.com/nodkz/graphql-compose-connection/blob/master/CHANGELOG.md)
21+
[CHANGELOG](https://github.com/graphql-compose/graphql-compose-connection/blob/master/CHANGELOG.md)
2222

2323
Installation
2424
============
@@ -116,9 +116,9 @@ Types should have following resolvers:
116116

117117
Used in plugins
118118
===============
119-
[graphql-compose-mongoose](https://github.com/nodkz/graphql-compose-mongoose) - converts mongoose models to graphql types
119+
[graphql-compose-mongoose](https://github.com/graphql-compose/graphql-compose-mongoose) - converts mongoose models to graphql types
120120

121121

122122
License
123123
=======
124-
[MIT](https://github.com/nodkz/graphql-compose-connection/blob/master/LICENSE.md)
124+
[MIT](https://github.com/graphql-compose/graphql-compose-connection/blob/master/LICENSE.md)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"main": "lib/index.js",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/nodkz/graphql-compose-connection.git"
12+
"url": "https://github.com/graphql-compose/graphql-compose-connection.git"
1313
},
1414
"keywords": [
1515
"graphql",
@@ -19,9 +19,9 @@
1919
],
2020
"license": "MIT",
2121
"bugs": {
22-
"url": "https://github.com/nodkz/graphql-compose-connection/issues"
22+
"url": "https://github.com/graphql-compose/graphql-compose-connection/issues"
2323
},
24-
"homepage": "https://github.com/nodkz/graphql-compose-connection",
24+
"homepage": "https://github.com/graphql-compose/graphql-compose-connection",
2525
"peerDependencies": {
2626
"graphql-compose": ">=3.0.0"
2727
},

0 commit comments

Comments
 (0)