Merge pull request #26 from danking/relative-links-in-readme

use relative links in README.md
This commit is contained in:
Emil Hernvall 2024-07-08 19:57:29 +02:00 committed by GitHub
commit 855a381d2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
DNS server, starting from first principles.
* [Chapter 1 - The DNS protocol](/chapter1.md)
* [Chapter 2 - Building a stub resolver](/chapter2.md)
* [Chapter 3 - Adding more Record Types](/chapter3.md)
* [Chapter 4 - Baby's first DNS server](/chapter4.md)
* [Chapter 5 - Recursive Resolve](/chapter5.md)
* [Chapter 1 - The DNS protocol](chapter1.md)
* [Chapter 2 - Building a stub resolver](chapter2.md)
* [Chapter 3 - Adding more Record Types](chapter3.md)
* [Chapter 4 - Baby's first DNS server](chapter4.md)
* [Chapter 5 - Recursive Resolve](chapter5.md)
Samples
-------