Skip to content

Commit

Permalink
fix: Update 404.html (ietf-tools#244)
Browse files Browse the repository at this point in the history
Addresses Issue ietf-tools#193

Co-authored-by: Greg Wood <[email protected]>
  • Loading branch information
kesara and ghwood authored Nov 23, 2022
1 parent 23aed9c commit a6563de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ietf/templates/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ <h1>HTTP Status Code: 404 Page Not Found</h1>
<div class="container py-4 py-lg-5">
<div class="u-max-text-width">
<h2>Report problems</h2>
<p>If you followed a link on the www.ietf.org site, it must be broken. Please <a href="mailto:ietf-action@ietf.org">email us</a> to report it and we’ll fix it.</p>
<p>If you followed a link from another site, it may be outdated or misspelled. <a href="mailto:ietf-action@ietf.org">Email us</a> a link to where you came from and we can try to contact the other site to fix the problem.</p>
<p>If you followed a link on the www.ietf.org site, it must be broken. Please <a href="mailto:support@ietf.org">email us</a> to report it and we’ll fix it.</p>
<p>If you followed a link from another site, it may be outdated or misspelled. <a href="mailto:support@ietf.org">Email us</a> a link to where you came from and we can try to contact the other site to fix the problem.</p>
<p>If you typed the address, please check that you typed it correctly (or use the search bar to find the page you were seeking).</p>
<h2>IETF-related information about HTTP 404 Codes</h2>
<ul>
<li><a href="https://datatracker.ietf.org/doc/rfc7230/">RFC7230 published in 2014 defines the 404 error code</a></li>
<li><a href="http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml#http-status-codes-1">IANA Registry of HTTP Status Codes</a></li>
<li><a href="https://www.rfc-editor.org/rfc/rfc9110.html">RFC9110/STD97 published in 2022 defines the 404 error code</a></li>
<li><a href="https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml#http-status-codes-1">IANA Registry of HTTP Status Codes</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit a6563de

Please sign in to comment.