aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Eric Anderson <ejona@google.com>2018-03-29 09:50:54 -0700
committerGravatar GitHub <noreply@github.com>2018-03-29 09:50:54 -0700
commit5e4a5c8dff72c5b90c04919a7c02bd532592992f (patch)
tree8e5f3c2b90105772256bf77acb56d9b411b07565 /doc
parentfa7cbb50fe40962cf443f43cabe38e98f9f162a3 (diff)
parentf5809cced8c1161645f964c8b011c9e54e6ae075 (diff)
Merge pull request #13520 from abdulhannanali/patch-1
Correct the link to the Streams Spec Repo
Diffstat (limited to 'doc')
-rw-r--r--doc/PROTOCOL-WEB.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PROTOCOL-WEB.md b/doc/PROTOCOL-WEB.md
index c157cd7e13..5100c9b555 100644
--- a/doc/PROTOCOL-WEB.md
+++ b/doc/PROTOCOL-WEB.md
@@ -29,7 +29,7 @@ More specifically, we expect the protocol to
* evolve over time, mainly to optimize for browser clients or support
web-specific features such as CORS, XSRF
* become optional (in 1-2 years) when browsers are able to speak the native
-gRPC protocol via the new [whatwg fetch/streams API](https://github.com/whatwg/fetch)
+gRPC protocol via the new [whatwg streams API](https://github.com/whatwg/streams)
# Protocol differences vs [gRPC over HTTP2](PROTOCOL-HTTP2.md)