Skip to content

Commit 632329e

Browse files
authored
fix: links containing input-output-hk/cardano-grphql to point to cardano-foundation
1 parent 593aba6 commit 632329e

File tree

13 files changed

+239
-239
lines changed

13 files changed

+239
-239
lines changed

CHANGELOG.md

Lines changed: 211 additions & 211 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ GraphQL services to meet specific application demands, and a [docker compose sta
1717
[cardano-graphql-server Dockerfile], the extended [hasura Dockerfile], [ogmios], [cardano-node]. The [schema] is defined in
1818
native `.graphql`, and used to generate a [TypeScript package for client-side static typing]. A mutation is available to
1919
submit a signed and serialized transaction to the local node.
20-
20+
2121
[Apollo Server] exposes the NodeJS execution engine over a HTTP endpoint, and includes support for open source metrics
2222
via Prometheus, and implementing operation filtering to deny unexpected queries. Should you wish to have more control
23-
over the server, or stitch the schema with an existing service, consider importing the executable schema from the
23+
over the server, or stitch the schema with an existing service, consider importing the executable schema from the
2424
`@cardano-graphql/api-*` packages only.
2525

2626
**GraphQL** is a query language and execution environment with server and client implementations across many programming
2727
languages. The language can be serialized for network transmission, schema implementations hashed for assurance, and is
2828
suited for describing most domains.
29-
29+
3030
**TypeScript** (and JS) has the largest pool of production-ready libraries, developers, and interoperability in the
3131
GraphQL and web ecosystem in general. TypeScript definitions for the schema, generated by [GraphQL Code Generator], are
3232
[available on npm].
@@ -179,7 +179,7 @@ For more information, have a look at the [Wiki :book:].
179179

180180
See [Using Docker].
181181

182-
### From Source
182+
### From Source
183183

184184
See [Building].
185185

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cardano-graphql-docs",
33
"version": "0.1.0",
44
"private": true,
5-
"homepage": "http://input-output-hk.github.io/cardano-graphql",
5+
"homepage": "http://cardano-foundation.github.io/cardano-graphql",
66
"dependencies": {
77
"@babel/core": "7.9.0",
88
"@svgr/webpack": "4.3.3",

nix/cells/automation/pipelines.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# When running locally, the current directory is already bind-mounted into the container,
1313
# so we don't need to fetch the source from GitHub and we don't want to report a GitHub status.
1414
enable = config.actionRun.facts != {};
15-
repository = "input-output-hk/cardano-graphql";
15+
repository = "cardano-foundation/cardano-graphql";
1616
revision = config.preset.github.lib.readRevision inputs.cells.cloud.library.actionCiInputName null;
1717
};
1818
};

nix/cells/cloud/actions.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
let github = {
1212
#input: "${cell.library.actionCiInputName}"
13-
#repo: "input-output-hk/cardano-graphql"
13+
#repo: "cardano-foundation/cardano-graphql"
1414
}
1515
1616
#lib.merge

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
],
5959
"license": "Apache-2.0",
6060
"bugs": {
61-
"url": "https://github.com/input-output-hk/cardano-graphql/issues"
61+
"url": "https://github.com/cardano-foundation/cardano-graphql/issues"
6262
},
63-
"homepage": "https://github.com/input-output-hk/cardano-graphql#README.md",
63+
"homepage": "https://github.com/cardano-foundation/cardano-graphql#README.md",
6464
"devDependencies": {
6565
"@graphql-codegen/cli": "^1.21.8",
6666
"@graphql-codegen/typescript": "^1.23.0",

packages/api-cardano-db-hasura/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git+https://github.com/input-output-hk/cardano-graphql.git"
19+
"url": "git+https://github.com/cardano-foundation/cardano-graphql.git"
2020
},
2121
"author": "Rhys Bartels-Waller",
2222
"license": "Apache-2.0",
2323
"bugs": {
24-
"url": "https://github.com/input-output-hk/cardano-graphql/issues"
24+
"url": "https://github.com/cardano-foundation/cardano-graphql/issues"
2525
},
26-
"homepage": "https://github.com/input-output-hk/cardano-graphql/blob/master/packages/api-cardano-db-hasura/README.md",
26+
"homepage": "https://github.com/cardano-foundation/cardano-graphql/blob/master/packages/api-cardano-db-hasura/README.md",
2727
"files": [
2828
"dist/*",
2929
"!dist/__test__",

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"repository": {
2626
"type": "git",
27-
"url": "git+https://github.com/input-output-hk/cardano-graphql.git"
27+
"url": "git+https://github.com/cardano-foundation/cardano-graphql.git"
2828
},
2929
"keywords": [
3030
"Cardano",
@@ -37,9 +37,9 @@
3737
],
3838
"license": "Apache-2.0",
3939
"bugs": {
40-
"url": "https://github.com/input-output-hk/cardano-graphql/issues"
40+
"url": "https://github.com/cardano-foundation/cardano-graphql/issues"
4141
},
42-
"homepage": "https://github.com/input-output-hk/cardano-graphql/blob/master/packages/cli/README.md",
42+
"homepage": "https://github.com/cardano-foundation/cardano-graphql/blob/master/packages/cli/README.md",
4343
"dependencies": {
4444
"appdirectory": "^0.1.0",
4545
"chalk": "^3.0.0",

packages/client-ts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A client package for Cardano GraphQL, including the GraphQL schema and TypeScript definitions generated from it",
55
"repository": {
66
"type": "git",
7-
"url": "git+https://github.com/input-output-hk/cardano-graphql.git"
7+
"url": "git+https://github.com/cardano-foundation/cardano-graphql.git"
88
},
99
"main": "api/index.js",
1010
"typings": "api/index.d.ts",
@@ -26,9 +26,9 @@
2626
],
2727
"license": "Apache-2.0",
2828
"bugs": {
29-
"url": "https://github.com/input-output-hk/cardano-graphql/issues"
29+
"url": "https://github.com/cardano-foundation/cardano-graphql/issues"
3030
},
31-
"homepage": "https://github.com/input-output-hk/cardano-graphql/blob/master/packages/client-ts/README.md",
31+
"homepage": "https://github.com/cardano-foundation/cardano-graphql/blob/master/packages/client-ts/README.md",
3232
"files": [
3333
"api",
3434
"LICENSE",

packages/server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "git+https://github.com/input-output-hk/cardano-graphql.git"
18+
"url": "git+https://github.com/cardano-foundation/cardano-graphql.git"
1919
},
2020
"author": "Rhys Bartels-Waller",
2121
"license": "Apache-2.0",
2222
"bugs": {
23-
"url": "https://github.com/input-output-hk/cardano-graphql/issues"
23+
"url": "https://github.com/cardano-foundation/cardano-graphql/issues"
2424
},
25-
"homepage": "https://github.com/input-output-hk/cardano-graphql/blob/master/packages/server/README.md",
25+
"homepage": "https://github.com/cardano-foundation/cardano-graphql/blob/master/packages/server/README.md",
2626
"dependencies": {
2727
"@cardano-graphql/api-cardano-db-hasura": "8.0.0",
2828
"@cardano-ogmios/schema": "6.1.0",

0 commit comments

Comments
 (0)