From c8767e30c94fce183c12208c00dcc36021b540ac Mon Sep 17 00:00:00 2001 From: Maxim Mazurok Date: Fri, 2 Nov 2018 18:35:43 -0700 Subject: [PATCH] Removed link to #404html (#2099) I've removed link to #404html section of the page, since there is on section for 404 page and in IDE I'm getting "Cannot resolve anchor #404html" warning. I hope that it makes sense. --- src/doc/html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/html.md b/src/doc/html.md index ae925f789c..bb751047eb 100644 --- a/src/doc/html.md +++ b/src/doc/html.md @@ -7,7 +7,7 @@ By default, HTML5 Boilerplate provides two `html` pages: * [`index.html`](#indexhtml) - a default HTML skeleton that should form the basis of all pages on your website -* [`404.html`](#404html) - a placeholder 404 error page +* `404.html` - a placeholder 404 error page ## `index.html`