Change summary
tokio-xmpp/src/component/mod.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Detailed changes
@@ -53,7 +53,7 @@ impl Component<TcpServerConnector> {
impl<C: ServerConnector> Component<C> {
/// Start a new XMPP component.
///
- /// Unfortunately [`StartTlsConnector`](tokio_xmpp::connect::StartTlsConnector) is not supported yet.
+ /// Unfortunately [`StartTlsConnector`](crate::connect::StartTlsServerConnector) is not supported yet.
/// The tracking issue is [#143](https://gitlab.com/xmpp-rs/xmpp-rs/-/issues/143).
pub async fn new_with_connector(
jid: &str,