[9.20] fix: doc: Use archived version of draft-icann-dnssec-keymgmt-01.txt

The iana.org link is gone.

Backport of MR !10010

Merge branch 'backport-mnowak/linkcheck-fix-draft-icann-dnssec-keymgmt-01.txt-link-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!10011
This commit is contained in:
Michal Nowak 2025-01-28 13:41:27 +00:00
commit 0285a0447f
3 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -27,7 +27,7 @@ New Features
The implementation is loosely based on
`draft-icann-dnssec-keymgmt-01.txt
<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`
- Print the full path of the working directory in startup log messages.

View file

@ -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 <isc/stdtime.h>