From 44d4e56694c9e0c7b55b838e5c56cf0cec1abdab Mon Sep 17 00:00:00 2001 From: kozabrada123 Date: Mon, 30 Dec 2024 12:04:05 +0100 Subject: [PATCH] docs: fix link to send_telemetry_headers --- src/types/interfaces/client_properties.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/interfaces/client_properties.rs b/src/types/interfaces/client_properties.rs index f7ca7e64..9d549ea3 100644 --- a/src/types/interfaces/client_properties.rs +++ b/src/types/interfaces/client_properties.rs @@ -47,7 +47,7 @@ use crate::{instance::ChorusUser, ratelimiter::ChorusRequest}; /// /// # Disabling /// -/// By setting [ClientProperties.send_telemetry_headers] to false, it is possible to disable +/// By setting [ClientProperties::send_telemetry_headers] to false, it is possible to disable /// sending these properties via headers in the HTTP API. /// /// (Sending them via the gateway is required, since it is a non-optional field in the schema)