Skip to content

Commit ef1fc11

Browse files
authored
funding: fix links (#427)
1 parent 47d31c9 commit ef1fc11

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://www.graphile.org/funding.json

static/funding.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"name": "Grafast",
1717
"description": "The next-generation planning and execution engine for GraphQL. Grafast understands GraphQL and (with your help) your business logic; this allows it to orchestrate a GraphQL request's data requirements in an extremely efficient manner, leading to excellent performance, reduced server load, and happier customers.",
1818
"webpageUrl": {
19-
"url": "https://grafast.org/",
20-
"wellKnown": "https://grafast.org/.well-known/funding-manifest-urls"
19+
"url": "https://www.grafast.org/",
20+
"wellKnown": "https://www.grafast.org/.well-known/funding-manifest-urls"
2121
},
2222
"repositoryUrl": {
2323
"url": "https://github.com/graphile/crystal/tree/main/grafast/grafast",
@@ -37,8 +37,8 @@
3737
"name": "grafserv",
3838
"description": "A highly performant GraphQL server for Node.js, powered by Grafast.",
3939
"webpageUrl": {
40-
"url": "https://grafast.org/grafserv/",
41-
"wellKnown": "https://grafast.org/.well-known/funding-manifest-urls"
40+
"url": "https://www.grafast.org/grafserv/",
41+
"wellKnown": "https://www.grafast.org/.well-known/funding-manifest-urls"
4242
},
4343
"repositoryUrl": {
4444
"url": "https://github.com/graphile/crystal/tree/main/grafast/grafserv",
@@ -136,8 +136,8 @@
136136
"name": "PostGraphile",
137137
"description": "An incredibly low-effort way to build a well structured and high-performance GraphQL API backed primarily by a PostgreSQL database. Our main focusses are performance, automatic best-practices and customisability/extensibility. Use this if you have a PostgreSQL database and you want to use it as the source of truth for an auto-generated GraphQL API (which you can still make significant changes to).",
138138
"webpageUrl": {
139-
"url": "https://postgraphile.org/",
140-
"wellKnown": "https://postgraphile.org/.well-known/funding-manifest-urls"
139+
"url": "https://www.postgraphile.org/",
140+
"wellKnown": "https://www.postgraphile.org/.well-known/funding-manifest-urls"
141141
},
142142
"repositoryUrl": {
143143
"url": "https://github.com/graphile/crystal/tree/main/postgraphile/postgraphile",
@@ -157,8 +157,8 @@
157157
"name": "ruru",
158158
"description": "A Grafast-enhanced distribution of GraphiQL.",
159159
"webpageUrl": {
160-
"url": "https://grafast.org/ruru",
161-
"wellKnown": "https://grafast.org/.well-known/funding-manifest-urls"
160+
"url": "https://www.grafast.org/ruru",
161+
"wellKnown": "https://www.grafast.org/.well-known/funding-manifest-urls"
162162
},
163163
"repositoryUrl": {
164164
"url": "https://github.com/graphile/crystal/tree/main/grafast/ruru",

0 commit comments

Comments
 (0)