From b2f73ddb6434ab992e823b6f2d941121aeabe2b8 Mon Sep 17 00:00:00 2001
From: George Kalpakas <kalpakas.g@gmail.com>
Date: Fri, 23 Nov 2018 21:39:05 +0200
Subject: [PATCH] fix(docs-infra): do not create an anchor for the
 `file-not-found` header (#27250)

PR Close #27250
---
 aio/content/file-not-found.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aio/content/file-not-found.md b/aio/content/file-not-found.md
index 9371fe03bf..da2acbcada 100644
--- a/aio/content/file-not-found.md
+++ b/aio/content/file-not-found.md
@@ -3,7 +3,7 @@
 <div class="nf-container l-flex-wrap flex-center">
     <img src="assets/images/support/angular-404.svg" width="300" height="300"/>
     <div class="nf-response l-flex-wrap">
-        <h1 class="no-toc">Page Not Found</h1>
+        <h1 class="no-anchor no-toc">Page Not Found</h1>
         <p>We're sorry. The page you are looking for cannot be found.</p>
     </div>
 </div>