diff --git a/src/rpc_client/src/meta_client.rs b/src/rpc_client/src/meta_client.rs index 94dfc21e9d5a7..0f7bfeb6bccb8 100644 --- a/src/rpc_client/src/meta_client.rs +++ b/src/rpc_client/src/meta_client.rs @@ -1554,7 +1554,7 @@ impl GrpcMetaClientCore { /// Client to meta server. Cloning the instance is lightweight. /// -/// It is a wrapper of tonic client. See [`crate::rpc_client_method_impl`]. +/// It is a wrapper of tonic client. See [`crate::meta_rpc_client_method_impl`]. #[derive(Debug, Clone)] struct GrpcMetaClient { member_monitor_event_sender: mpsc::Sender>>,