From c63b554e9ed5cf48805eb43f427b5e7b979e5809 Mon Sep 17 00:00:00 2001 From: xmppftw Date: Sun, 11 Aug 2024 20:06:34 +0200 Subject: [PATCH] Fix broken link --- tokio-xmpp/src/component/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-xmpp/src/component/mod.rs b/tokio-xmpp/src/component/mod.rs index 9e4e1d6d2015ef83ffd47c80ae9daea690e61a4d..eaf830944be8789fde984de231088da59d02802b 100644 --- a/tokio-xmpp/src/component/mod.rs +++ b/tokio-xmpp/src/component/mod.rs @@ -53,7 +53,7 @@ impl Component { impl Component { /// 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,