Skip to content

Commit

Permalink
Make 404 Link relative (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 authored Sep 19, 2024
1 parent d9083e6 commit c6c6915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<p class="fw-semibold fs-3 lh-xs text-white mb-2">
Page Not Found
</p>
<button class="text-rapids-teal border-rapids-teal"><a href="https://www.rapids.ai">Head Back</a></button>
<button class="text-rapids-teal border-rapids-teal"><a href="/">Head Back</a></button>
</div>
<div class="top-slant-container">
<div class="top-slant-up bg-white"></div>
Expand Down

0 comments on commit c6c6915

Please sign in to comment.