pull/3109/head
Stanley Cheung 10 years ago
parent 23b3712141
commit 43f1bf84aa
  1. 2
      README.md
  2. 2
      doc/interop-test-descriptions.md

@ -95,7 +95,7 @@ messages are delivered in the order they were sent.
#Protocol
The [gRPC protocol](examples/PROTOCOL-HTTP2.md) specifies the abstract requirements for communication between
The [gRPC protocol](doc/PROTOCOL-HTTP2.md) specifies the abstract requirements for communication between
clients and servers. A concrete embedding over HTTP/2 completes the picture by
fleshing out the details of each of the required operations.

@ -4,7 +4,7 @@ Interoperability Test Case Descriptions
Client and server use
[test.proto](https://github.com/grpc/grpc/blob/master/test/proto/test.proto)
and the [gRPC over HTTP/2 v2
protocol](examples/doc/PROTOCOL-HTTP2.md).
protocol](doc/PROTOCOL-HTTP2.md).
Client
------

Loading…
Cancel
Save