From 43f1bf84aae3c753f1b797227e13075891431a56 Mon Sep 17 00:00:00 2001
From: Stanley Cheung <stanleycheung@google.com>
Date: Thu, 27 Aug 2015 14:57:28 -0700
Subject: [PATCH] fix links

---
 README.md                        | 2 +-
 doc/interop-test-descriptions.md | 2 +-
 2 files changed, 2 insertions(+), 2 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.
 
diff --git a/doc/interop-test-descriptions.md b/doc/interop-test-descriptions.md
index aa14a7cfdf..98cd5ab4fc 100644
--- a/doc/interop-test-descriptions.md
+++ b/doc/interop-test-descriptions.md
@@ -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
 ------
-- 
GitLab