From 65f05daf7e20aca8969ed6efd8997d6d2c83b6bb Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 2 Feb 2022 14:13:19 +0100 Subject: [PATCH] doc fixup Signed-off-by: Wolfgang Bumiller --- src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.rs b/src/client.rs index 93721fa3..78c83a20 100644 --- a/src/client.rs +++ b/src/client.rs @@ -276,7 +276,7 @@ impl Client { /// Get the directory URL without querying the `Directory` structure. /// - /// The difference to [`get_directory`](Client::get_directory()) is that this does not + /// The difference to [`directory`](Client::directory()) is that this does not /// attempt to fetch the directory data from the ACME server. pub fn directory_url(&self) -> &str { &self.directory_url