diff options
Diffstat (limited to 'update-website')
-rwxr-xr-x | update-website | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-website b/update-website index ec1dabb..2f2a936 100755 --- a/update-website +++ b/update-website @@ -314,7 +314,7 @@ fi values=( 'Current Release' "${latest_iso_date}" 'Included Kernel' "${kernels}" - 'PGP Key' '<a href="http://pgp.mit.edu/pks/lookup?search=0x'"${sign_keys}"'\&op=index">'"${sign_keys}"'</a>' + 'PGP Key' '<a href="http://www.archlinux32.org/buildmaster/gpg-keys.php?fp='"${sign_keys}"'>'"${sign_keys}"'</a>' ) for arch in 'i686' 'dual'; do values+=( |