Fix the HTTP article slug

This commit is contained in:
Ben Visness 2022-10-31 16:01:42 -05:00
parent 48af5e650d
commit 2fbdf19f41
1 changed files with 1 additions and 1 deletions

View File

@ -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?",