aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Mugur Marculescu <mugurm@gmail.com>2015-02-23 09:48:21 -0800
committerGravatar Mugur Marculescu <mugurm@gmail.com>2015-02-23 09:48:21 -0800
commitd61021d96450c9e2542a58ad9dafe8398a0b9486 (patch)
tree522d01008601a3c8970b3e52fca0d981fa432174 /README.md
parent8b131922438d96579cb315777ca980e094883496 (diff)
Update README.md
Link out to the gRPC protocol description doc in grpc-common
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.