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.
1 year ago