diff --git a/pbs-config/src/acl.rs b/pbs-config/src/acl.rs index 20269f5d..cd9987fa 100644 --- a/pbs-config/src/acl.rs +++ b/pbs-config/src/acl.rs @@ -198,7 +198,7 @@ impl AclTreeNode { } /// Returns applicable [Role] and their propagation status for a given - /// [Authid](pbs_api_types::Authid). + /// [Authid]. /// /// If the `Authid` is a [User](pbs_api_types::User) that has no specific `Roles` configured on /// this node, applicable `Group` roles will be returned instead. diff --git a/src/tools/mod.rs b/src/tools/mod.rs index b6cc5448..f8c4f2d5 100644 --- a/src/tools/mod.rs +++ b/src/tools/mod.rs @@ -44,7 +44,7 @@ pub fn detect_modified_configuration_file( pub const PROXMOX_BACKUP_TCP_KEEPALIVE_TIME: u32 = 120; pub const DEFAULT_USER_AGENT_STRING: &str = "proxmox-backup-client/1.0"; -/// Returns a new instance of [`Client`](proxmox_http::client::Client) configured for PBS usage. +/// Returns a new instance of [`Client`] configured for PBS usage. pub fn pbs_simple_http(proxy_config: Option) -> Client { let options = HttpOptions { proxy_config,