Skip to content

Commit

Permalink
[doc] Fix a broken link to ProtoReflectionDescriptorDatabase (grpc#…
Browse files Browse the repository at this point in the history
…35204)

Closes grpc#35204

COPYBARA_INTEGRATE_REVIEW=grpc#35204 from y-yagi:patch-1 7c5d9e6
PiperOrigin-RevId: 591176455
  • Loading branch information
y-yagi authored and copybara-github committed Dec 15, 2023
1 parent 1ddd02c commit c019835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/python/server_reflection.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ is working properly by using the [`grpc_cli` command line tool]:

Server Reflection can be used by clients to get information about gRPC services
at runtime. We've provided a descriptor database called
[ProtoReflectionDescriptorDatabase](../../src/python/grpcio_reflection/v1alpha/proto_reflection_descriptor_database.h)
[ProtoReflectionDescriptorDatabase](../../src/python/grpcio_reflection/grpc_reflection/v1alpha/proto_reflection_descriptor_database.py)
which implements the
[DescriptorDatabase](https://googleapis.dev/python/protobuf/latest/google/protobuf/descriptor_database.html#google.protobuf.descriptor_database.DescriptorDatabase)
interface. It manages the communication between clients and reflection services
Expand Down

0 comments on commit c019835

Please sign in to comment.