Skip to content

Commit fa989d9

Browse files
committed
docs: fix links to graphql-compose organization repo
1 parent 090500d commit fa989d9

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# graphql-compose-relay
22

3-
[![travis build](https://img.shields.io/travis/nodkz/graphql-compose-relay.svg)](https://travis-ci.org/nodkz/graphql-compose-relay)
4-
[![codecov coverage](https://img.shields.io/codecov/c/github/nodkz/graphql-compose-relay.svg)](https://codecov.io/github/nodkz/graphql-compose-relay)
3+
[![travis build](https://img.shields.io/travis/graphql-compose/graphql-compose-relay.svg)](https://travis-ci.org/graphql-compose/graphql-compose-relay)
4+
[![codecov coverage](https://img.shields.io/codecov/c/github/graphql-compose/graphql-compose-relay.svg)](https://codecov.io/github/graphql-compose/graphql-compose-relay)
55
[![](https://img.shields.io/npm/v/graphql-compose-relay.svg)](https://www.npmjs.com/package/graphql-compose-relay)
66
[![npm](https://img.shields.io/npm/dt/graphql-compose-relay.svg)](http://www.npmtrends.com/graphql-compose-relay)
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-relay.svg)](https://greenkeeper.io/)
9+
[![Greenkeeper badge](https://badges.greenkeeper.io/graphql-compose/graphql-compose-relay.svg)](https://greenkeeper.io/)
1010

1111

12-
This is a plugin for [graphql-compose](https://github.com/nodkz/graphql-compose), which wraps GraphQL types with Relay specific things, like `Node` type and interface, `globalId`, `clientMutationId`.
12+
This is a plugin for [graphql-compose](https://github.com/graphql-compose/graphql-compose), which wraps GraphQL types with Relay specific things, like `Node` type and interface, `globalId`, `clientMutationId`.
1313

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

16-
[CHANGELOG](https://github.com/nodkz/graphql-compose-relay/blob/master/CHANGELOG.md)
16+
[CHANGELOG](https://github.com/graphql-compose/graphql-compose-relay/blob/master/CHANGELOG.md)
1717

1818
Installation
1919
============
@@ -24,7 +24,7 @@ Modules `graphql` and `graphql-compose` are in `peerDependencies`, so should be
2424

2525
Example
2626
=======
27-
`TypeComposer` is a [graphql-compose](https://github.com/nodkz/graphql-compose) utility, that wraps GraphQL types and provide bunch of useful methods for type manipulation.
27+
`TypeComposer` is a [graphql-compose](https://github.com/graphql-compose/graphql-compose) utility, that wraps GraphQL types and provide bunch of useful methods for type manipulation.
2828
```js
2929
import composeWithRelay from 'graphql-compose-relay';
3030
import { TypeComposer } from 'graphql-compose';
@@ -63,9 +63,9 @@ If something is missing `composeWithRelay` throws error.
6363

6464
Compatible plugins
6565
==================
66-
- [graphql-compose-mongoose](https://github.com/nodkz/graphql-compose-mongoose)
66+
- [graphql-compose-mongoose](https://github.com/graphql-compose/graphql-compose-mongoose)
6767

6868

6969
License
7070
=======
71-
[MIT](https://github.com/nodkz/graphql-compose-relay/blob/master/LICENSE.md)
71+
[MIT](https://github.com/graphql-compose/graphql-compose-relay/blob/master/LICENSE.md)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"main": "lib/index.js",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/nodkz/graphql-compose-relay.git"
11+
"url": "https://github.com/graphql-compose/graphql-compose-relay.git"
1212
},
1313
"keywords": [
1414
"graphql",
@@ -18,9 +18,9 @@
1818
],
1919
"license": "MIT",
2020
"bugs": {
21-
"url": "https://github.com/nodkz/graphql-compose-relay/issues"
21+
"url": "https://github.com/graphql-compose/graphql-compose-relay/issues"
2222
},
23-
"homepage": "https://github.com/nodkz/graphql-compose-relay",
23+
"homepage": "https://github.com/graphql-compose/graphql-compose-relay",
2424
"peerDependencies": {
2525
"graphql-compose": ">=2.9.5 || >=3.0.0"
2626
},

0 commit comments

Comments
 (0)