From e04723a234d2db9e136f66a86f6112ffe98a0eb2 Mon Sep 17 00:00:00 2001 From: Daniel King Date: Mon, 8 Jul 2024 11:54:14 -0400 Subject: [PATCH] use relative links in README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f46316f..5f2e4a1 100644 --- a/README.md +++ b/README.md @@ -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 -------