Skip to content

Commit

Permalink
Update custom_404.html
Browse files Browse the repository at this point in the history
Submitting a change for this issue: ansible#15667
adding a link to the docs inside of the custom 404 page.
  • Loading branch information
millemme authored Dec 2, 2024
1 parent c64b5eb commit 3241fb0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion awx/static/custom_404.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
<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 3241fb0

Please sign in to comment.