diff --git a/tonic/src/transport/channel/mod.rs b/tonic/src/transport/channel/mod.rs index 9254cf0..c39f4c2 100644 --- a/tonic/src/transport/channel/mod.rs +++ b/tonic/src/transport/channel/mod.rs @@ -83,7 +83,7 @@ impl Channel { Endpoint::from(uri) } - /// Create an `Endpoint` from a static string. + /// Create an [`Endpoint`] from a static string. /// /// ``` /// # use tonic::transport::Channel; @@ -94,7 +94,7 @@ impl Channel { Self::builder(uri) } - /// Create an `Endpoint` from shared bytes. + /// Create an [`Endpoint`] from shared bytes. /// /// ``` /// # use tonic::transport::Channel;