grpc/doc/python
paskozdilar 5b3da1a630
[doc] Update glossary link to grpc_arg_keys (#34771)
I have created an [issue on grpc.io
repository](https://github.com/grpc/grpc.io/issues/1212), and they have
pointed me towards this repository.

Currently, in the Python documentation glossary, the [channel
arguments](https://grpc.github.io/grpc/python/glossary.html#term-channel_arguments)
section contains a link to [header file
grpc_types.h](https://github.com/grpc/grpc/blob/v1.58.x/include/grpc/impl/codegen/grpc_types.h)
which is almost empty, and doesn't contain relevant information.

This PR fixes the invalid link in the Python glossary of gRPC
documentation, by replacing it with
[channel_arg_names.h](https://github.com/grpc/grpc/blob/v1.58.x/include/grpc/impl/channel_arg_names.h)
which contains the relevant information.
2023-10-31 16:08:08 -07:00
..
sphinx [doc] Update glossary link to grpc_arg_keys (#34771) 2023-10-31 16:08:08 -07:00
server_reflection.md Add Python Reflection Client (#29085) 2022-03-29 15:25:25 -07:00