From 391a0810ae69b1be079eff13281ee6e84d2311ee Mon Sep 17 00:00:00 2001 From: y-yagi Date: Tue, 19 Dec 2023 15:11:56 -0800 Subject: [PATCH] [doc] Fix the link to the protocol (#35330) The Server Reflection Protocol v1 is already released. I think v1 is a better link to the Protocol, not v1alpha now. Closes #35330 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35330 from y-yagi:patch-1 a89cb60b1eaa3e84f9d3214851df6d9227b5ca04 PiperOrigin-RevId: 592356694 --- doc/server-reflection.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/server-reflection.md b/doc/server-reflection.md index 4efd1de7b3f..63a58f9c8d0 100644 --- a/doc/server-reflection.md +++ b/doc/server-reflection.md @@ -23,8 +23,8 @@ We want to be able to answer the following queries: Specifically, what are the names of the methods, are those methods unary or streaming, and what are the types of the argument and result? -The first proposed version of the protocol is here: -https://github.com/grpc/grpc/blob/master/src/proto/grpc/reflection/v1alpha/reflection.proto +The first version of the protocol is here: +https://github.com/grpc/grpc/blob/master/src/proto/grpc/reflection/v1/reflection.proto Note that a server is under no obligation to return a complete list of all methods it supports. For example, a reverse proxy may support server reflection