Skip to content

Commit d2d9be6

Browse files
committed
docs: fix links to graphql-compose organization
1 parent a2176a4 commit d2d9be6

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,18 +1,18 @@
11
# graphql-compose-pagination
22

3-
[![travis build](https://img.shields.io/travis/nodkz/graphql-compose-pagination.svg)](https://travis-ci.org/nodkz/graphql-compose-pagination)
4-
[![codecov coverage](https://img.shields.io/codecov/c/github/nodkz/graphql-compose-pagination.svg)](https://codecov.io/github/nodkz/graphql-compose-pagination)
3+
[![travis build](https://img.shields.io/travis/graphql-compose/graphql-compose-pagination.svg)](https://travis-ci.org/graphql-compose/graphql-compose-pagination)
4+
[![codecov coverage](https://img.shields.io/codecov/c/github/graphql-compose/graphql-compose-pagination.svg)](https://codecov.io/github/graphql-compose/graphql-compose-pagination)
55
[![](https://img.shields.io/npm/v/graphql-compose-pagination.svg)](https://www.npmjs.com/package/graphql-compose-pagination)
66
[![npm](https://img.shields.io/npm/dt/graphql-compose-pagination.svg)](http://www.npmtrends.com/graphql-compose-pagination)
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-pagination.svg)](https://greenkeeper.io/)
9+
[![Greenkeeper badge](https://badges.greenkeeper.io/graphql-compose/graphql-compose-pagination.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 `pagination` resolver.
11+
This is a plugin for [graphql-compose](https://github.com/graphql-compose/graphql-compose) family, which adds to the TypeComposer `pagination` resolver.
1212

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

15-
[CHANGELOG](https://github.com/nodkz/graphql-compose-pagination/blob/master/CHANGELOG.md)
15+
[CHANGELOG](https://github.com/graphql-compose/graphql-compose-pagination/blob/master/CHANGELOG.md)
1616

1717
Installation
1818
============
@@ -45,9 +45,9 @@ Types should have following resolvers:
4545

4646
Used in plugins
4747
===============
48-
[graphql-compose-mongoose](https://github.com/nodkz/graphql-compose-mongoose) - converts mongoose models to graphql types
48+
[graphql-compose-mongoose](https://github.com/graphql-compose/graphql-compose-mongoose) - converts mongoose models to graphql types
4949

5050

5151
License
5252
=======
53-
[MIT](https://github.com/nodkz/graphql-compose-pagination/blob/master/LICENSE.md)
53+
[MIT](https://github.com/graphql-compose/graphql-compose-pagination/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-pagination.git"
12+
"url": "https://github.com/graphql-compose/graphql-compose-pagination.git"
1313
},
1414
"keywords": [
1515
"graphql",
@@ -20,9 +20,9 @@
2020
],
2121
"license": "MIT",
2222
"bugs": {
23-
"url": "https://github.com/nodkz/graphql-compose-pagination/issues"
23+
"url": "https://github.com/graphql-compose/graphql-compose-pagination/issues"
2424
},
25-
"homepage": "https://github.com/nodkz/graphql-compose-pagination",
25+
"homepage": "https://github.com/graphql-compose/graphql-compose-pagination",
2626
"peerDependencies": {
2727
"graphql-compose": ">=2.9.5 || >=3.0.0"
2828
},

0 commit comments

Comments
 (0)