Skip to content

Commit

Permalink
doc: fix link to the reflection protocol (#6833)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi authored Dec 4, 2023
1 parent 1b05500 commit 93389b7
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 93389b7

Please sign in to comment.