Skip to content

Commit

Permalink
Update custom_404.html
Browse files Browse the repository at this point in the history
Added a link to the awx documentation to the 404 page as outlined in issue: ansible#15667
  • Loading branch information
millemme authored Dec 2, 2024
1 parent c64b5eb commit c60d162
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions awx/static/custom_404.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<html>
<head>
<title>Redirecting</title>
<meta http-equiv="refresh" content="0;URL='/#'"/>
</head>
<body>Redirecting</body>
<body>
<h2>Error: 404</h2>
<a href="https://ansible.readthedocs.io/projects/awx/en/24.6.1/">Please review the docs here.</a>
</body>
</html>

0 comments on commit c60d162

Please sign in to comment.