Skip to content

Commit d14c2f5

Browse files
committed
updating refs from chanind -> ef-eng
1 parent 03476d6 commit d14c2f5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ These steps will guide you through contributing to this project:
99

1010
Make and commit your changes. Make sure the commands yarn build and yarn test are working.
1111

12-
Finally send a [GitHub Pull Request](https://github.com/chanind/express-graphql-query-rewriter/compare?expand=1) with a clear list of what you've done (read more [about pull requests](https://help.github.com/articles/about-pull-requests/)). Make sure all of your commits are atomic (one feature per commit).
12+
Finally send a [GitHub Pull Request](https://github.com/ef-eng/express-graphql-query-rewriter/compare?expand=1) with a clear list of what you've done (read more [about pull requests](https://help.github.com/articles/about-pull-requests/)). Make sure all of your commits are atomic (one feature per commit).

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2019 David Chanin <[email protected]>
1+
Copyright 2019 EF Education First
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Express GraphQL Query Rewriter
22

3-
[![CircleCI](https://circleci.com/gh/chanind/express-graphql-query-rewriter/tree/master.svg?style=shield)](https://circleci.com/gh/chanind/express-graphql-query-rewriter/tree/master)
4-
[![Coverage Status](https://coveralls.io/repos/github/chanind/express-graphql-query-rewriter/badge.svg?branch=master)](https://coveralls.io/github/chanind/express-graphql-query-rewriter?branch=master)
3+
[![CircleCI](https://circleci.com/gh/ef-eng/express-graphql-query-rewriter/tree/master.svg?style=shield)](https://circleci.com/gh/ef-eng/express-graphql-query-rewriter/tree/master)
4+
[![Coverage Status](https://coveralls.io/repos/github/ef-eng/express-graphql-query-rewriter/badge.svg?branch=master)](https://coveralls.io/github/ef-eng/express-graphql-query-rewriter?branch=master)
55
[![npm](https://badgen.net/npm/v/express-graphql-query-rewriter)](https://www.npmjs.com/package/express-graphql-query-rewriter)
66
[![license](https://badgen.net/npm/license/express-graphql-query-rewriter)](https://opensource.org/licenses/MIT)
77

8-
Express middleware for using [graphql-query-rewriter](https://github.com/chanind/graphql-query-rewriter) with [express-graphql](https://github.com/graphql/express-graphql). See the [graphql-query-rewriter](https://github.com/chanind/graphql-query-rewriter) repo for usage instructions and docs.
8+
Express middleware for using [graphql-query-rewriter](https://github.com/ef-eng/graphql-query-rewriter) with [express-graphql](https://github.com/graphql/express-graphql). See the [graphql-query-rewriter](https://github.com/ef-eng/graphql-query-rewriter) repo for usage instructions and docs.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "David Chanin <[email protected]>",
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/chanind/express-graphql-query-rewriter"
15+
"url": "https://github.com/ef-eng/express-graphql-query-rewriter"
1616
},
1717
"license": "MIT",
1818
"engines": {

0 commit comments

Comments
 (0)