Skip to content

Commit a9312f7

Browse files
Update link of serialization format in spec (graphql#894)
Co-authored-by: Ivan Goncharov <[email protected]>
1 parent e9b2bfe commit a9312f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/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)