Skip to content

Commit 84dba50

Browse files
committed
Update link of serialization format in spec graphql#894
1 parent 011eda1 commit 84dba50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/BestPractice-Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Read more about this in [Serving over HTTP](/learn/serving-over-http/).
2323

2424
### JSON (with GZIP)
2525

26-
GraphQL services typically respond using JSON, however the GraphQL spec [does not require it](http://facebook.github.io/graphql/#sec-Serialization-Format). JSON may seem like an odd choice for an API layer promising better network performance, however because it is mostly text, it compresses exceptionally well with GZIP.
26+
GraphQL services typically respond using JSON, however the GraphQL spec [does not require it](http://spec.graphql.org/draft/#sec-Serialization-Format). JSON may seem like an odd choice for an API layer promising better network performance, however because it is mostly text, it compresses exceptionally well with GZIP.
2727

2828
It's encouraged that any production GraphQL services enable GZIP and encourage their clients to send the header:
2929

0 commit comments

Comments
 (0)