aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-03-30 09:32:00 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-03-30 09:32:00 -0700
commitc65221cf34c41cbbea8f12c0ef3c73f1127bd113 (patch)
tree05f3260356b9ab9817c622f53654fefd5d0c325c /doc
parent7ec0fa78b2eef5f0b4f32671cc78dccc4070fdb7 (diff)
parente39707458df9c77a2a2570f9dbf3d18b01ca4d68 (diff)
Merge branch 'master' into binary_logging
Diffstat (limited to 'doc')
-rw-r--r--doc/interop-test-descriptions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/interop-test-descriptions.md b/doc/interop-test-descriptions.md
index 3beb1d11f4..6297b5cc3e 100644
--- a/doc/interop-test-descriptions.md
+++ b/doc/interop-test-descriptions.md
@@ -27,7 +27,7 @@ Clients should accept these arguments:
* Whether to use a plaintext or encrypted connection
* --use_test_ca=BOOLEAN
* Whether to replace platform root CAs with
- [ca.pem](https://github.com/grpc/grpc/blob/master/src/core/tsi/test_creds/ca.pem)
+ [ca.pem](https://github.com/grpc/grpc/blob/master/src/core/lib/tsi/test_creds/ca.pem)
as the CA root
* --default_service_account=ACCOUNT_EMAIL
* Email of the GCE default service account. Only applicable
@@ -920,7 +920,7 @@ Servers should accept these arguments:
* Whether to use a plaintext or encrypted connection
Servers must support TLS with ALPN. They should use
-[server1.pem](https://github.com/grpc/grpc/blob/master/src/core/tsi/test_creds/server1.pem)
+[server1.pem](https://github.com/grpc/grpc/blob/master/src/core/lib/tsi/test_creds/server1.pem)
for their certificate.
### EmptyCall