diff --git a/doc/changelog/changelog-9.20.2.rst b/doc/changelog/changelog-9.20.2.rst index 6cb670d260..acce365c08 100644 --- a/doc/changelog/changelog-9.20.2.rst +++ b/doc/changelog/changelog-9.20.2.rst @@ -25,7 +25,7 @@ New Features are loaded from the currently active bundle from the imported SKR. The implementation is loosely based on: - https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt + https://web.archive.org/web/20250121040252/https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt :gl:`#1128` :gl:`!9119` - Print the full path of the working directory in startup log messages. diff --git a/doc/notes/notes-9.20.2.rst b/doc/notes/notes-9.20.2.rst index 229cb886c1..c86d61c27a 100644 --- a/doc/notes/notes-9.20.2.rst +++ b/doc/notes/notes-9.20.2.rst @@ -27,7 +27,7 @@ New Features The implementation is loosely based on `draft-icann-dnssec-keymgmt-01.txt - `_. + `_. :gl:`#1128` - Print the full path of the working directory in startup log messages. diff --git a/lib/dns/include/dns/skr.h b/lib/dns/include/dns/skr.h index 6b2c3c71f9..8b343f4284 100644 --- a/lib/dns/include/dns/skr.h +++ b/lib/dns/include/dns/skr.h @@ -18,7 +18,7 @@ * A skr is a convenience type representing a Signed Key Response (SKR), * determining which DNSKEY, CDS, CDNSKEY and corresponding signatures * should be published at a given time. It is based on terminology used in - * https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt + * https://web.archive.org/web/20250121040252/https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt */ #include