From 11af26cef2cae475fe7939d11531d20cd3696135 Mon Sep 17 00:00:00 2001 From: Sam Wolfs Date: Tue, 13 Apr 2021 10:44:54 +0200 Subject: [PATCH] Fix chapter 12 & 13 headers --- .../resources/topic/projects/http-project-guide/chapter-12.md | 2 +- .../resources/topic/projects/http-project-guide/chapter-13.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/resources/topic/projects/http-project-guide/chapter-12.md b/src/content/resources/topic/projects/http-project-guide/chapter-12.md index 97d1000..39467ab 100644 --- a/src/content/resources/topic/projects/http-project-guide/chapter-12.md +++ b/src/content/resources/topic/projects/http-project-guide/chapter-12.md @@ -5,7 +5,7 @@ created_at: 2020/06/08 title: "Chapter 12: Replying" --- -## Chapter 11: Replying. +## Chapter 12: Replying. Servers have a number of responses they can make to a request. These range from "OK" to "Not Found" a list can be found [here](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status) diff --git a/src/content/resources/topic/projects/http-project-guide/chapter-13.md b/src/content/resources/topic/projects/http-project-guide/chapter-13.md index 08b2f1e..de8a2bf 100644 --- a/src/content/resources/topic/projects/http-project-guide/chapter-13.md +++ b/src/content/resources/topic/projects/http-project-guide/chapter-13.md @@ -5,7 +5,7 @@ created_at: 2020/06/08 title: "Chapter 13: Config" --- -## Chapter 12: Config. +## Chapter 13: Config. For the time being we have been hard coding all the various values like the port and the web directory, it's about time we made this configurable.