Skip to content

Commit

Permalink
Merge pull request grpc#817 from johanbrandhorst/fix-grpc-web-references
Browse files Browse the repository at this point in the history
Fix hyperlinks in references in grpc-web post
  • Loading branch information
carl-mastrangelo authored Jan 10, 2019
2 parents 9b2ca22 + b2d2edb commit 73e350a
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions _posts/2019-01-08-state-of-grpc-web.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,29 +173,29 @@ browser, and marks an exciting time for frontend developers!

## References

1. <div id="f1"></div> https://improbable.io/games/blog/grpc-web-moving-past-restjson-towards-type-safe-web-apis [↩](#a1)
2. <div id="f2"></div> https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md [↩](#a2)
3. <div id="f3"></div> https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md [↩](#a3)
4. <div id="f4"></div> https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md#protocol-differences-vs-grpc-over-http2 [↩](#a4)
5. <div id="f5"></div> https://github.com/improbable-eng/grpc-web [↩](#a5)
6. <div id="f6"></div> https://github.com/grpc/grpc-web [↩](#a6)
7. <div id="f7"></div> https://github.com/improbable-eng/grpc-web/issues/162 [↩](#a7)
8. <div id="f8"></div> https://github.com/grpc/grpc-web/issues/91 [↩](#a8)
9. <div id="f9"></div> https://github.com/improbable-eng/grpc-web/tree/master/ts [↩](#a9)
10. <div id="f10"></div> https://www.npmjs.com/package/grpc-web-client [↩](#a10)
11. <div id="f11"></div> https://github.com/improbable-eng/grpc-web/tree/master/go/grpcweb [↩](#a11)
12. <div id="f12"></div> https://github.com/improbable-eng/grpc-web/tree/master/go/grpcwebproxy [↩](#a12)
13. <div id="f13"></div> https://github.com/grpc/grpc-web/tree/master/javascript/net/grpc/web [↩](#a13)
14. <div id="f14"></div> https://developers.google.com/closure/ [↩](#a14)
15. <div id="f15"></div> https://www.npmjs.com/package/grpc-web [↩](#a15)
16. <div id="f16"></div> https://github.com/grpc/grpc-web/tree/master/net/grpc/gateway [↩](#a16)
17. <div id="f17"></div> https://www.envoyproxy.io/docs/envoy/latest/configuration/http_filters/grpc_web_filter [↩](#a17)
18. <div id="f18"></div> https://streams.spec.whatwg.org/ [↩](#a18)
1. <div id="f1"></div> <a href="https://improbable.io/games/blog/grpc-web-moving-past-restjson-towards-type-safe-web-apis">https://improbable.io/games/blog/grpc-web-moving-past-restjson-towards-type-safe-web-apis</a> [↩](#a1)
2. <div id="f2"></div> <a href="https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md">https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md</a> [↩](#a2)
3. <div id="f3"></div> <a href="https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md">https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md</a> [↩](#a3)
4. <div id="f4"></div> <a href="https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md#protocol-differences-vs-grpc-over-http2">https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md#protocol-differences-vs-grpc-over-http2</a> [↩](#a4)
5. <div id="f5"></div> <a href="https://github.com/improbable-eng/grpc-web">https://github.com/improbable-eng/grpc-web</a> [↩](#a5)
6. <div id="f6"></div> <a href="https://github.com/grpc/grpc-web">https://github.com/grpc/grpc-web</a> [↩](#a6)
7. <div id="f7"></div> <a href="https://github.com/improbable-eng/grpc-web/issues/162">https://github.com/improbable-eng/grpc-web/issues/162</a> [↩](#a7)
8. <div id="f8"></div> <a href="https://github.com/grpc/grpc-web/issues/91">https://github.com/grpc/grpc-web/issues/91</a> [↩](#a8)
9. <div id="f9"></div> <a href="https://github.com/improbable-eng/grpc-web/tree/master/ts">https://github.com/improbable-eng/grpc-web/tree/master/ts</a> [↩](#a9)
10. <div id="f10"></div> <a href="https://www.npmjs.com/package/grpc-web-client">https://www.npmjs.com/package/grpc-web-client</a> [↩](#a10)
11. <div id="f11"></div> <a href="https://github.com/improbable-eng/grpc-web/tree/master/go/grpcweb">https://github.com/improbable-eng/grpc-web/tree/master/go/grpcweb</a> [↩](#a11)
12. <div id="f12"></div> <a href="https://github.com/improbable-eng/grpc-web/tree/master/go/grpcwebproxy">https://github.com/improbable-eng/grpc-web/tree/master/go/grpcwebproxy</a> [↩](#a12)
13. <div id="f13"></div> <a href="https://github.com/grpc/grpc-web/tree/master/javascript/net/grpc/web">https://github.com/grpc/grpc-web/tree/master/javascript/net/grpc/web</a> [↩](#a13)
14. <div id="f14"></div> <a href="https://developers.google.com/closure/">https://developers.google.com/closure/</a> [↩](#a14)
15. <div id="f15"></div> <a href="https://www.npmjs.com/package/grpc-web">https://www.npmjs.com/package/grpc-web</a> [↩](#a15)
16. <div id="f16"></div> <a href="https://github.com/grpc/grpc-web/tree/master/net/grpc/gateway">https://github.com/grpc/grpc-web/tree/master/net/grpc/gateway</a> [↩](#a16)
17. <div id="f17"></div> <a href="https://www.envoyproxy.io/docs/envoy/latest/configuration/http_filters/grpc_web_filter">https://www.envoyproxy.io/docs/envoy/latest/configuration/http_filters/grpc_web_filter</a> [↩](#a17)
18. <div id="f18"></div> <a href="https://streams.spec.whatwg.org/">https://streams.spec.whatwg.org/</a> [↩](#a18)
19. <div id="f19"></div>The Improbable client supports client-side and
bi-directional streaming with an experimental websocket transport. This is
not part of the gRPC-Web spec, and is not recommended for production use. [](#a19)
20. <div id="f20"></div>`grpcweb` allows server streaming methods to be called, but
it doesn't return data until the stream has closed. [](#a20)
21. <div id="f21"></div> https://grpc.io/blog/grpc-web-ga [↩](#a21)
22. <div id="f22"></div> https://github.com/grpc/grpc-web/blob/master/ROADMAP.md [↩](#a22)
23. <div id="f23"></div> https://docs.google.com/forms/d/1NjWpyRviohn5jaPntosBHXRXZYkh_Ffi4GxJZFibylM [↩](#a23)
21. <div id="f21"></div> <a href="https://grpc.io/blog/grpc-web-ga">https://grpc.io/blog/grpc-web-ga</a> [↩](#a21)
22. <div id="f22"></div> <a href="https://github.com/grpc/grpc-web/blob/master/ROADMAP.md">https://github.com/grpc/grpc-web/blob/master/ROADMAP.md</a> [↩](#a22)
23. <div id="f23"></div> <a href="https://docs.google.com/forms/d/1NjWpyRviohn5jaPntosBHXRXZYkh_Ffi4GxJZFibylM">https://docs.google.com/forms/d/1NjWpyRviohn5jaPntosBHXRXZYkh_Ffi4GxJZFibylM</a> [↩](#a23)

0 comments on commit 73e350a

Please sign in to comment.