@@ -9,7 +9,7 @@ General-Availability by Oct. 2018.
99
1010gRPC-Web clients connect to gRPC services via a special gateway proxy: the
1111current version of the library uses [ Envoy] ( https://www.envoyproxy.io/ ) by
12- default, in which gRPC-Web support is built-in.
12+ default, in which gRPC-Web support is built-in.
1313
1414In the future, we expect gRPC-Web to be supported in language-specific Web
1515frameworks, such as Python, Java, and Node. See the
@@ -136,10 +136,10 @@ gateway proxy that allows the client to connect to the server. Our example
136136builds a simple C++ gRPC backend server and the Envoy proxy.
137137
138138For the Echo service: see the
139- [ service implementations] ( net/grpc/gateway/examples/echo/echo_service_impl.cc ) .
139+ [ service implementations] ( https://github.com/grpc/grpc-web/blob/master/ net/grpc/gateway/examples/echo/echo_service_impl.cc) .
140140
141141For the Envoy proxy: see the
142- [ config yaml file] ( net/grpc/gateway/examples/echo/envoy.yaml ) .
142+ [ config yaml file] ( https://github.com/grpc/grpc-web/blob/master/ net/grpc/gateway/examples/echo/envoy.yaml) .
143143
144144
145145### 3. Write your JS client
@@ -193,7 +193,7 @@ stream.on('end', function(end) {
193193```
194194
195195You can find a more in-depth tutorial from
196- [ this page] ( net/grpc/gateway/examples/echo/tutorial.md ) .
196+ [ this page] ( https://github.com/grpc/grpc-web/blob/master/ net/grpc/gateway/examples/echo/tutorial.md) .
197197
198198
199199## Proxy Interoperability
0 commit comments