From 0350052fab4d6a01945526c91ab1c4a4ad89999f Mon Sep 17 00:00:00 2001 From: Thomas Segismont Date: Tue, 13 Feb 2024 22:47:36 +0100 Subject: [PATCH] Update interop-test-descriptions.md (#1404) The proto definition link leads to a 404 The actual location of the file seems to be https://github.com/grpc/grpc/blob/master/src/proto/grpc/testing/test.proto --- doc/interop-test-descriptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/interop-test-descriptions.md b/doc/interop-test-descriptions.md index fba4d1454..e3c3a21b9 100644 --- a/doc/interop-test-descriptions.md +++ b/doc/interop-test-descriptions.md @@ -4,7 +4,7 @@ gRPC-Web Interop Tests This document describes the set of tests any gRPC-Web clients or proxies need to implement. The proto definition for the messages and RPCs we are using for the tests can be found -[here](src/proto/grpc/testing/test.proto). +[here](https://github.com/grpc/grpc/blob/master/src/proto/grpc/testing/test.proto). The canonical set of interop tests was defined in the main [grpc/grpc repo](https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md).