diff --git a/Data-structure-survey.md b/Data-structure-survey.md index 6f14bfd..8699316 100644 --- a/Data-structure-survey.md +++ b/Data-structure-survey.md @@ -35,7 +35,7 @@ because it is simpler than BIND, and it already has a choice between a red-black tree and a radix tree, so adding a qp-trie was not too hard. [qp-trie]: https://dotat.at/prog/qp -[my fork of NSD]: QP‑trie-in-NSD.md +[my fork of NSD]: QP‑trie-in-NSD I am writing these notes as myself because they are primarily a learning exercise for myself, though I hope they might also be useful diff --git a/Requirements-and-Designs.md b/Requirements-and-Designs.md index 9bb7f30..bf8cb06 100644 --- a/Requirements-and-Designs.md +++ b/Requirements-and-Designs.md @@ -1,5 +1,6 @@ -* [DNSSEC Key and Signing Policy](https://gitlab.isc.org/isc-projects/bind9/-/wikis/DNSSEC-Key-and-Signing-Policy-(KASP)) -* [DOH and DoT Design](/isc-projects/bind9/-/wikis/DoH/DOH-and-DoT-Design)  -* [PKCS#11 How-To](https://gitlab.isc.org/isc-projects/bind9/-/wikis/BIND-9-PKCS11) -* [Serving stale data](/isc-projects/bind9/-/wikis/Serving-stale-data)  -* [Statistics Requirements](/isc-projects/bind9/-/wikis/Statistics-Requirements) \ No newline at end of file +* [Data structure survey](Data-structure-survey) +* [DNSSEC Key and Signing Policy](DNSSEC-Key-and-Signing-Policy-(KASP)) +* [DOH and DoT Design](DoH/DOH-and-DoT-Design) +* [PKCS#11 How-To](BIND-9-PKCS11) +* [Serving stale data](Serving-stale-data) +* [Statistics Requirements](Statistics-Requirements)