diff --git a/grpc/include/userver/ugrpc/client/generic.hpp b/grpc/include/userver/ugrpc/client/generic.hpp index 5e2bf4317f27..dccef31d3c68 100644 --- a/grpc/include/userver/ugrpc/client/generic.hpp +++ b/grpc/include/userver/ugrpc/client/generic.hpp @@ -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. diff --git a/scripts/docs/en/userver/grpc.md b/scripts/docs/en/userver/grpc.md index 4d2c75c4f7c1..f8aa17239467 100644 --- a/scripts/docs/en/userver/grpc.md +++ b/scripts/docs/en/userver/grpc.md @@ -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: diff --git a/scripts/docs/en/userver/tutorial/json_to_yaml.md b/scripts/docs/en/userver/tutorial/json_to_yaml.md index 680d7f4d45f5..41f0de9fb1a9 100644 --- a/scripts/docs/en/userver/tutorial/json_to_yaml.md +++ b/scripts/docs/en/userver/tutorial/json_to_yaml.md @@ -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