[doc] Fix the link to the protocol

The Server Reflection Protocol v1 is already released. I think v1 is a better link to the Protocol, not v1alpha now.
pull/35330/head
y-yagi 1 year ago committed by GitHub
parent 07706bc979
commit a89cb60b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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

Loading…
Cancel
Save