From d0f76fac2768d204f896907d9c208fd23340cc20 Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Thu, 2 Dec 2021 16:30:00 +0000 Subject: [PATCH] Fix RFC link in Dec 2020 blog post --- src/content/blog/2020-12-08-defer-stream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/blog/2020-12-08-defer-stream.md b/src/content/blog/2020-12-08-defer-stream.md index b4a06e6674..1fa6527914 100644 --- a/src/content/blog/2020-12-08-defer-stream.md +++ b/src/content/blog/2020-12-08-defer-stream.md @@ -130,7 +130,7 @@ While the GraphQL specification doesn’t specify transport protocols, we expect You can learn more about these directives at: -* [The @defer/@stream RFC](https://github.com/graphql/graphql-spec/blob/master/rfcs/DeferStream.md) +* [The @defer/@stream RFC](https://github.com/graphql/graphql-wg/blob/main/rfcs/DeferStream.md) * [The proposed spec edits](https://github.com/graphql/graphql-spec/pull/742) * [The GraphQL Incremental Delivery over HTTP RFC](https://github.com/graphql/graphql-over-http/blob/master/rfcs/IncrementalDelivery.md) * [Our talk at GraphQL Summit 2020](https://www.youtube.com/watch?v=icv_Pq06aOY)