Skip to content

Commit a7cb714

Browse files
authored
Link 'GPG' in downloads table to more info (#2772)
1 parent 1ba3828 commit a7cb714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/downloads/release_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h1 class="page-title">Files</h1>
5353
<th>MD5 Sum</th>
5454
<th>File Size</th>
5555
{% if release_files|has_gpg %}
56-
<th>GPG</th>
56+
<th><a href="https://www.python.org/downloads/#gpg">GPG</a></th>
5757
{% endif %}
5858
{% if release_files|has_sigstore_materials %}
5959
<th colspan="2"><a href="https://www.python.org/download/sigstore/">Sigstore</a></th>

0 commit comments

Comments
 (0)