aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2015-08-27 14:57:28 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2015-08-27 14:57:28 -0700
commit43f1bf84aae3c753f1b797227e13075891431a56 (patch)
tree4c4e0d614b98be379581f121ab664b4c5196c7d1 /README.md
parent23b371214154233153e95478f31f7b83dc850360 (diff)
fix links
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 599e6bcee0..ab1004f9d5 100644
--- a/README.md
+++ b/README.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.