From 38baf53de5c4ae3c2cc836662037d6830cb70c07 Mon Sep 17 00:00:00 2001 From: xmppftw Date: Sun, 11 Aug 2024 19:42:07 +0200 Subject: [PATCH] Absolute document link --- tokio-xmpp/src/component/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tokio-xmpp/src/component/mod.rs b/tokio-xmpp/src/component/mod.rs index 1f801da69880358cf1a9eb57aac5105224f1bff9..9e4e1d6d2015ef83ffd47c80ae9daea690e61a4d 100644 --- a/tokio-xmpp/src/component/mod.rs +++ b/tokio-xmpp/src/component/mod.rs @@ -53,8 +53,8 @@ impl Component { impl Component { /// Start a new XMPP component. /// - /// Unfortunately [`StartTlsConnector`] is not supported yet. The tracking issue is - /// [#143](https://gitlab.com/xmpp-rs/xmpp-rs/-/issues/143). + /// Unfortunately [`StartTlsConnector`](tokio_xmpp::connect::StartTlsConnector) 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, password: &str,