From 228f6fe438eb60b2831c11144269cf1524a42a20 Mon Sep 17 00:00:00 2001 From: nodkz Date: Thu, 15 Feb 2018 13:32:00 +0600 Subject: [PATCH] docs: fix links to graphql-compose organization repo --- README.md | 16 ++++++++-------- package.json | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 37838f2..fffc90e 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # graphql-compose-connection -[![travis build](https://img.shields.io/travis/nodkz/graphql-compose-connection.svg)](https://travis-ci.org/nodkz/graphql-compose-connection) -[![codecov coverage](https://img.shields.io/codecov/c/github/nodkz/graphql-compose-connection.svg)](https://codecov.io/github/nodkz/graphql-compose-connection) +[![travis build](https://img.shields.io/travis/graphql-compose/graphql-compose-connection.svg)](https://travis-ci.org/graphql-compose/graphql-compose-connection) +[![codecov coverage](https://img.shields.io/codecov/c/github/graphql-compose/graphql-compose-connection.svg)](https://codecov.io/github/graphql-compose/graphql-compose-connection) [![](https://img.shields.io/npm/v/graphql-compose-connection.svg)](https://www.npmjs.com/package/graphql-compose-connection) [![npm](https://img.shields.io/npm/dt/graphql-compose-connection.svg)](http://www.npmtrends.com/graphql-compose-connection) -[![Join the chat at https://gitter.im/graphql-compose/Lobby](https://badges.gitter.im/nodkz/graphql-compose.svg)](https://gitter.im/graphql-compose/Lobby) +[![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) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) -[![Greenkeeper badge](https://badges.greenkeeper.io/nodkz/graphql-compose-connection.svg)](https://greenkeeper.io/) +[![Greenkeeper badge](https://badges.greenkeeper.io/graphql-compose/graphql-compose-connection.svg)](https://greenkeeper.io/) -This is a plugin for [graphql-compose](https://github.com/nodkz/graphql-compose) family, which adds to the TypeComposer `connection` resolver. +This is a plugin for [graphql-compose](https://github.com/graphql-compose/graphql-compose) family, which adds to the TypeComposer `connection` resolver. Live demo: [https://graphql-compose.herokuapp.com/](https://graphql-compose.herokuapp.com/) @@ -18,7 +18,7 @@ Besides standard connection arguments `first`, `last`, `before` and `after`, als * `filter` arg - for filtering records * `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). -[CHANGELOG](https://github.com/nodkz/graphql-compose-connection/blob/master/CHANGELOG.md) +[CHANGELOG](https://github.com/graphql-compose/graphql-compose-connection/blob/master/CHANGELOG.md) Installation ============ @@ -116,9 +116,9 @@ Types should have following resolvers: Used in plugins =============== -[graphql-compose-mongoose](https://github.com/nodkz/graphql-compose-mongoose) - converts mongoose models to graphql types +[graphql-compose-mongoose](https://github.com/graphql-compose/graphql-compose-mongoose) - converts mongoose models to graphql types License ======= -[MIT](https://github.com/nodkz/graphql-compose-connection/blob/master/LICENSE.md) +[MIT](https://github.com/graphql-compose/graphql-compose-connection/blob/master/LICENSE.md) diff --git a/package.json b/package.json index 0588676..32d9032 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "main": "lib/index.js", "repository": { "type": "git", - "url": "https://github.com/nodkz/graphql-compose-connection.git" + "url": "https://github.com/graphql-compose/graphql-compose-connection.git" }, "keywords": [ "graphql", @@ -19,9 +19,9 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/nodkz/graphql-compose-connection/issues" + "url": "https://github.com/graphql-compose/graphql-compose-connection/issues" }, - "homepage": "https://github.com/nodkz/graphql-compose-connection", + "homepage": "https://github.com/graphql-compose/graphql-compose-connection", "peerDependencies": { "graphql-compose": ">=3.0.0" },