From 2fbdf19f41fb056f16603059ccb26de233f06a0e Mon Sep 17 00:00:00 2001 From: Ben Visness Date: Mon, 31 Oct 2022 16:01:42 -0500 Subject: [PATCH] Fix the HTTP article slug --- src/website/education.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/website/education.go b/src/website/education.go index 4118031..52b22e4 100644 --- a/src/website/education.go +++ b/src/website/education.go @@ -69,7 +69,7 @@ func EducationIndex(c *RequestContext) ResponseData { Name: "Networking", Slug: "networking", Articles: []templates.EduArticle{ - article("networking"), + article("http"), { Title: "Internet infrastructure", Description: "How does the internet actually work? How does your ISP know where to send your data? What happens to the internet if physical communication breaks down?",