Skip to content

Commit

Permalink
doc: fix link to the reflection protocol
Browse files Browse the repository at this point in the history
Accurately, grpc-go implements both v1 and v1alpha.
But, it seems that v1alpha is deprecated. So I just changed the link to the v1 proto.
  • Loading branch information
y-yagi committed Dec 3, 2023
1 parent 1b05500 commit 65df469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Package reflection implements server reflection service.

The service implemented is defined in: https://github.com/grpc/grpc/blob/master/src/proto/grpc/reflection/v1alpha/reflection.proto.
The service implemented is defined in: https://github.com/grpc/grpc/blob/master/src/proto/grpc/reflection/v1/reflection.proto.

To register server reflection on a gRPC server:
```go
Expand Down

0 comments on commit 65df469

Please # to comment.