Change home links to webroot rather than full URL
This commit is contained in:
parent
1f7c597c39
commit
c771e080fb
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user