Skip to content

Commit

Permalink
Ensure 404 page links to packages page using absolute not relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
bennuttall committed Sep 9, 2020
1 parent 7cac5d4 commit 37b0f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piwheels/master/templates/404.pt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="small-12 columns">
<h2>404 &mdash; file not found</h2>
<p>No page or file could be found at this location. Please use the navigation bar
or the <a href="packages.htm">package search</a> to find what you're looking for.</p>
or the <a href="/packages.htm">package search</a> to find what you're looking for.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 37b0f76

Please sign in to comment.