We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e84dc commit eddbbe2Copy full SHA for eddbbe2
templates/404.html
@@ -65,7 +65,9 @@ <h3>Navigation</h3>
65
<div class="body" role="main">
66
<h1>404 — Archive Not Found</h1>
67
<p>The archive you're trying to download has not been built yet.</p>
68
- <p>Please try again later.</p>
+ <p>Please try again later or consult the
69
+ <a href="https://docs.python.org/3/archives/">archives for earlier versions</a>.
70
+ </p>
71
<div class="clearer"></div>
72
</div>
73
0 commit comments