Skip to content

Commit 93389b7

Browse files
authored
doc: fix link to the reflection protocol (#6833)
1 parent 1b05500 commit 93389b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Package reflection implements server reflection service.
44

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

77
To register server reflection on a gRPC server:
88
```go

0 commit comments

Comments
 (0)