Change home links to webroot rather than full URL

This commit is contained in:
Fred Boniface 2022-09-20 21:46:42 +01:00
parent 1f7c597c39
commit c771e080fb
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
<h1>You're not allowed to see that!</h1>
<p><a href="https://athena.fb-infra.uk">Go back to the homepage</a></p>
<p><a href="/">Go back to the homepage</a></p>
<h3>403 - Forbidden</h3>

View File

@ -21,7 +21,7 @@
<h1>Oh no! That page can't be found</h1>
<p><a href="https://athena.fb-infra.uk">Go back to the homepage</a></p>
<p><a href="/">Go back to the homepage</a></p>
<h3>404 - Not Found</h3>

View File

@ -21,7 +21,7 @@
<h1>Ah, sorry. There's a problem at our end</h1>
<p><a href="https://athena.fb-infra.uk">Try the homepage</a></p>
<p><a href="/">Try the homepage</a></p>
<h3>50x - Server Error</h3>