Skip to content

Commit 0ef3e6b

Browse files
authored
chore: fix repo refs from graphile/graphile-build to /graphile-engine (#703)
1 parent a58b442 commit 0ef3e6b

10 files changed

Lines changed: 22 additions & 22 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ discord chat](http://discord.gg/graphile) on the #core-development channel.
9393
### Working with Docker
9494

9595
If you want to work in a Docker environment you can follow
96-
[the instructions on the wiki](https://github.com/graphile/graphile-build/wiki/Development-with-docker-compose).
96+
[the instructions on the wiki](https://github.com/graphile/graphile-engine/wiki/Development-with-docker-compose).
9797

9898
[postgraphile]: https://github.com/graphile/postgraphile
9999
[lerna]: https://github.com/lerna/lerna

packages/graphile-build-pg/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/graphile/graphile-build.git"
14+
"url": "git+https://github.com/graphile/graphile-engine.git"
1515
},
1616
"keywords": [
1717
"graphile",
@@ -33,9 +33,9 @@
3333
"author": "Benjie Gillam <code@benjiegillam.com>",
3434
"license": "MIT",
3535
"bugs": {
36-
"url": "https://github.com/graphile/graphile-build/issues"
36+
"url": "https://github.com/graphile/graphile-engine/issues"
3737
},
38-
"homepage": "https://github.com/graphile/graphile-build/tree/master/packages/graphile-build-pg",
38+
"homepage": "https://github.com/graphile/graphile-engine/tree/master/packages/graphile-build-pg",
3939
"dependencies": {
4040
"@graphile/lru": "4.9.0",
4141
"chalk": "^2.4.2",

packages/graphile-build-pg/src/plugins/PgBasicsPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function preventEmptyResult<
5656
`Inflector for '${key}' returned '${String(
5757
result
5858
)}'; expected non-empty string\n` +
59-
`See: https://github.com/graphile/graphile-build/blob/master/packages/graphile-build-pg/src/plugins/PgBasicsPlugin.js\n` +
59+
`See: https://github.com/graphile/graphile-engine/blob/master/packages/graphile-build-pg/src/plugins/PgBasicsPlugin.js\n` +
6060
`Arguments passed to ${key}:\n${stringifiedArgs}`
6161
);
6262
}

packages/graphile-build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/graphile/graphile-build.git"
14+
"url": "git+https://github.com/graphile/graphile-engine.git"
1515
},
1616
"keywords": [
1717
"graphile",
@@ -26,7 +26,7 @@
2626
"author": "Benjie Gillam <code@benjiegillam.com>",
2727
"license": "MIT",
2828
"bugs": {
29-
"url": "https://github.com/graphile/graphile-build/issues"
29+
"url": "https://github.com/graphile/graphile-engine/issues"
3030
},
3131
"homepage": "https://graphile.org/graphile-build/",
3232
"dependencies": {

packages/graphile-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/graphile/graphile-build.git"
14+
"url": "git+https://github.com/graphile/graphile-engine.git"
1515
},
1616
"keywords": [
1717
"graphile",
@@ -26,9 +26,9 @@
2626
"author": "Benjie Gillam <code@benjiegillam.com>",
2727
"license": "MIT",
2828
"bugs": {
29-
"url": "https://github.com/graphile/graphile-build/issues"
29+
"url": "https://github.com/graphile/graphile-engine/issues"
3030
},
31-
"homepage": "https://github.com/graphile/graphile-build/tree/master/packages/graphile-utils",
31+
"homepage": "https://github.com/graphile/graphile-engine/tree/master/packages/graphile-utils",
3232
"dependencies": {
3333
"debug": "^4.1.1",
3434
"graphql": ">=0.9 <0.14 || ^14.0.2 || ^15.4.0",

packages/graphile/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"main": "index.js",
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/graphile/graphile-build.git"
13+
"url": "git+https://github.com/graphile/graphile-engine.git"
1414
},
1515
"author": "Benjie Gillam <code@benjiegillam.com>",
1616
"bugs": {
17-
"url": "https://github.com/graphile/graphile-build/issues"
17+
"url": "https://github.com/graphile/graphile-engine/issues"
1818
},
1919
"homepage": "https://www.graphile.org",
2020
"files": [

packages/graphql-parse-resolve-info/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/graphile/graphile-build.git"
14+
"url": "git+https://github.com/graphile/graphile-engine.git"
1515
},
1616
"keywords": [
1717
"graphile",
@@ -25,9 +25,9 @@
2525
"author": "Benjie Gillam <code@benjiegillam.com>",
2626
"license": "MIT",
2727
"bugs": {
28-
"url": "https://github.com/graphile/graphile-build/issues"
28+
"url": "https://github.com/graphile/graphile-engine/issues"
2929
},
30-
"homepage": "https://github.com/graphile/graphile-build/tree/master/packages/graphql-parse-resolve-info",
30+
"homepage": "https://github.com/graphile/graphile-engine/tree/master/packages/graphql-parse-resolve-info",
3131
"peerDependencies": {
3232
"graphql": ">=0.9 <0.14 || ^14.0.2 || ^15.4.0"
3333
},

packages/lru/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/graphile/graphile-build.git"
14+
"url": "git+https://github.com/graphile/graphile-engine.git"
1515
},
1616
"keywords": [
1717
"lru"
1818
],
1919
"author": "Benjie Gillam <code@benjiegillam.com>",
2020
"license": "MIT",
2121
"bugs": {
22-
"url": "https://github.com/graphile/graphile-build/issues"
22+
"url": "https://github.com/graphile/graphile-engine/issues"
2323
},
24-
"homepage": "https://github.com/graphile/graphile-build/tree/master/packages/lru",
24+
"homepage": "https://github.com/graphile/graphile-engine/tree/master/packages/lru",
2525
"engines": {
2626
"node": ">=8.6"
2727
},

packages/pg-sql2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"bugs": {
3333
"url": "https://github.com/graphile/graphile-engine/issues"
3434
},
35-
"homepage": "https://github.com/graphile/graphile-build/tree/master/packages/pg-sql2",
35+
"homepage": "https://github.com/graphile/graphile-engine/tree/master/packages/pg-sql2",
3636
"devDependencies": {
3737
"@types/debug": "4.1.5",
3838
"@types/node": "14.6.4",

packages/postgraphile-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/graphile/graphile-build.git"
13+
"url": "git+https://github.com/graphile/graphile-engine.git"
1414
},
1515
"author": "Benjie Gillam <code@benjiegillam.com>",
16-
"homepage": "https://github.com/graphile/graphile-build/tree/master/packages/postgraphile-core",
16+
"homepage": "https://github.com/graphile/graphile-engine/tree/master/packages/postgraphile-core",
1717
"license": "MIT",
1818
"bugs": {
19-
"url": "https://github.com/graphile/graphile-build/issues"
19+
"url": "https://github.com/graphile/graphile-engine/issues"
2020
},
2121
"dependencies": {
2222
"graphile-build": "4.10.0",

0 commit comments

Comments
 (0)