]> git.proxmox.com Git - proxmox-acme-rs.git/blobdiff - src/client.rs
doc fixup
[proxmox-acme-rs.git] / src / client.rs
index 93721fa335aed1af1360fd4f420511c5f8ab9eb5..78c83a20e700635ede536802c2e2d3d0e4ebafdc 100644 (file)
@@ -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