We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba3828 commit a7cb714Copy full SHA for a7cb714
templates/downloads/release_detail.html
@@ -53,7 +53,7 @@ <h1 class="page-title">Files</h1>
53
<th>MD5 Sum</th>
54
<th>File Size</th>
55
{% if release_files|has_gpg %}
56
- <th>GPG</th>
+ <th><a href="https://www.python.org/downloads/#gpg">GPG</a></th>
57
{% endif %}
58
{% if release_files|has_sigstore_materials %}
59
<th colspan="2"><a href="https://www.python.org/download/sigstore/">Sigstore</a></th>
0 commit comments