aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/connection-backoff-interop-test-description.md
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2016-01-07 17:10:25 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2016-01-07 17:10:25 -0800
commitcd92509e40adaae67edd683593da07e9b98fc6d9 (patch)
treee8cfff7fe29b5c39fa0c6d4fbc42307c10a02544 /doc/connection-backoff-interop-test-description.md
parent7cc0f464d12696b0f5c26d3ad248215c9ff63c27 (diff)
Update some wrapped stuff
Diffstat (limited to 'doc/connection-backoff-interop-test-description.md')
-rw-r--r--doc/connection-backoff-interop-test-description.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/connection-backoff-interop-test-description.md b/doc/connection-backoff-interop-test-description.md
index 64405431d2..4778efe453 100644
--- a/doc/connection-backoff-interop-test-description.md
+++ b/doc/connection-backoff-interop-test-description.md
@@ -18,7 +18,7 @@ which translates to about 13 retries.
are conforming the spec or do its own check on the backoffs in the response.
Client and server use
-[test.proto](https://github.com/grpc/grpc/blob/master/test/proto/test.proto).
+[test.proto](https://github.com/grpc/grpc/blob/master/src/proto/grpc/testing/test.proto).
Each language should implement its own client. The C++ server is shared among
languages.