diff --git a/crates/didbot-dns/src/lib.rs b/crates/didbot-dns/src/lib.rs index 6d502e1c..2b751e55 100644 --- a/crates/didbot-dns/src/lib.rs +++ b/crates/didbot-dns/src/lib.rs @@ -21,7 +21,7 @@ //! record instead of managed by this server. See its documentation for why //! publishing is a no-op there — and why that stops being true for `TXT`. //! -//! A fourth, [`route53::Route53Dns`], drives a real hosted zone and is the +//! A fourth, `route53::Route53Dns`, drives a real hosted zone and is the //! backend this server is meant to run in production: it is behind the //! `route53` feature so that a build which does not need it does not pay for //! it. A provider that drives some other authoritative zone — a different