Skip to content

Commit caee772

Browse files
Merge pull request #252 from stanley-cheung/master
Minor edits
2 parents f27f90e + 53112fd commit caee772

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ above steps.
6868

6969

7070
For more example on how to build the client and an end-to-end example, please
71-
see [this page](net/grpc/gateway/examples/echo).
71+
see [this page](https://github.com/grpc/grpc-web/blob/master/net/grpc/gateway/examples/echo).

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ General-Availability by Oct. 2018.
99

1010
gRPC-Web clients connect to gRPC services via a special gateway proxy: the
1111
current 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

1414
In the future, we expect gRPC-Web to be supported in language-specific Web
1515
frameworks, 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
136136
builds a simple C++ gRPC backend server and the Envoy proxy.
137137

138138
For 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

141141
For 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

195195
You 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

Comments
 (0)