Skip to content

Commit 62cede4

Browse files
authored
Merge pull request graphql#1174 from graphql/fix-blog-link
Fix RFC link in Dec 2020 blog post
2 parents 2f5cee8 + d0f76fa commit 62cede4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/blog/2020-12-08-defer-stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ While the GraphQL specification doesn’t specify transport protocols, we expect
130130

131131
You can learn more about these directives at:
132132

133-
* [The @defer/@stream RFC](https://github.com/graphql/graphql-spec/blob/master/rfcs/DeferStream.md)
133+
* [The @defer/@stream RFC](https://github.com/graphql/graphql-wg/blob/main/rfcs/DeferStream.md)
134134
* [The proposed spec edits](https://github.com/graphql/graphql-spec/pull/742)
135135
* [The GraphQL Incremental Delivery over HTTP RFC](https://github.com/graphql/graphql-over-http/blob/master/rfcs/IncrementalDelivery.md)
136136
* [Our talk at GraphQL Summit 2020](https://www.youtube.com/watch?v=icv_Pq06aOY)

0 commit comments

Comments
 (0)