From d61021d96450c9e2542a58ad9dafe8398a0b9486 Mon Sep 17 00:00:00 2001 From: Mugur Marculescu Date: Mon, 23 Feb 2015 09:48:21 -0800 Subject: Update README.md Link out to the gRPC protocol description doc in grpc-common --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1985176753..fc35934f2d 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ messages are delivered in the order they were sent. #Protocol -The gRPC protocol specifies the abstract requirements for communication between +The [gRPC protocol](https://github.com/grpc/grpc-common/blob/master/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. -- cgit v1.2.3