Skip to content

Commit

Permalink
cc grpc: fix a couple of links in generic service & client docs
Browse files Browse the repository at this point in the history
81289eaeee7194f7f4d33bd537a63c4cc6584234
  • Loading branch information
Anton3 committed Sep 9, 2024
1 parent 1a10957 commit aec2cdd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion grpc/include/userver/ugrpc/client/generic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ struct GenericOptions {
/// @brief Allows to talk to gRPC services (generic and normal) using dynamic
/// method names.
///
/// Created using @ref ClientFactory::MakeClient.
/// Created using @ref ugrpc::client::ClientFactory::MakeClient.
///
/// `call_name` must be in the format `full.path.to.TheService/MethodName`.
/// Note that unlike in base grpc++, there must be no initial `/` character.
Expand Down
12 changes: 6 additions & 6 deletions scripts/docs/en/userver/grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,12 @@ See details in:

Full example showing the usage of both:

* @ref samples/grpc-generic-proxy/src/proxy_service.hpp
* @ref samples/grpc-generic-proxy/src/proxy_service.cpp
* @ref samples/grpc-generic-proxy/main.cpp
* @ref samples/grpc-generic-proxy/static_config.yaml
* @ref samples/grpc-generic-proxy/config_vars.yaml
* @ref samples/grpc-generic-proxy/CMakeLists.txt
* @ref grpc-generic-proxy/src/proxy_service.hpp
* @ref grpc-generic-proxy/src/proxy_service.cpp
* @ref grpc-generic-proxy/main.cpp
* @ref grpc-generic-proxy/static_config.yaml
* @ref grpc-generic-proxy/config_vars.yaml
* @ref grpc-generic-proxy/CMakeLists.txt

Based on:

Expand Down
1 change: 0 additions & 1 deletion scripts/docs/en/userver/tutorial/json_to_yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ See the full example at:
* @ref samples/json2yaml/json2yaml.cpp
* @ref samples/json2yaml/json2yaml_test.cpp
* @ref samples/json2yaml/CMakeLists.txt
* @ref samples/json2yaml/requirements.txt
* @ref samples/json2yaml/tests/conftest.py
* @ref samples/json2yaml/tests/test_basic.py

Expand Down

0 comments on commit aec2cdd

Please sign in to comment.