Fix the HTTP article slug
This commit is contained in:
parent
48af5e650d
commit
2fbdf19f41
|
@ -69,7 +69,7 @@ func EducationIndex(c *RequestContext) ResponseData {
|
||||||
Name: "Networking",
|
Name: "Networking",
|
||||||
Slug: "networking",
|
Slug: "networking",
|
||||||
Articles: []templates.EduArticle{
|
Articles: []templates.EduArticle{
|
||||||
article("networking"),
|
article("http"),
|
||||||
{
|
{
|
||||||
Title: "Internet infrastructure",
|
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?",
|
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?",
|
||||||
|
|
Loading…
Reference in New Issue