use relative links in README.md

This commit is contained in:
Daniel King 2024-07-08 11:54:14 -04:00
parent b52da3b32b
commit e04723a234

View File

@ -19,11 +19,11 @@ a truthful chronicle of that journey, but rather an idealized version of it,
without all the detours I ended up taking. We'll gradually implement a full without all the detours I ended up taking. We'll gradually implement a full
DNS server, starting from first principles. DNS server, starting from first principles.
* [Chapter 1 - The DNS protocol](/chapter1.md) * [Chapter 1 - The DNS protocol](chapter1.md)
* [Chapter 2 - Building a stub resolver](/chapter2.md) * [Chapter 2 - Building a stub resolver](chapter2.md)
* [Chapter 3 - Adding more Record Types](/chapter3.md) * [Chapter 3 - Adding more Record Types](chapter3.md)
* [Chapter 4 - Baby's first DNS server](/chapter4.md) * [Chapter 4 - Baby's first DNS server](chapter4.md)
* [Chapter 5 - Recursive Resolve](/chapter5.md) * [Chapter 5 - Recursive Resolve](chapter5.md)
Samples Samples
------- -------