diff options
-rw-r--r-- | site/variables.template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/variables.template.php b/site/variables.template.php index 03f48b0..de1424a 100644 --- a/site/variables.template.php +++ b/site/variables.template.php @@ -85,7 +85,7 @@ /* Footer text above the git clone link */ /* footer.php will place this inside a <p></p>. */ - $lbFooterText = "This website is hosted on a libreboot system, running a <a href='http://https://www.gnu.org/distros/'>fully libre GNU/Linux distribution</a>."; + $lbFooterText = "This website is hosted on a libreboot system, running a <a href='https://www.gnu.org/distros/'>fully libre GNU/Linux distribution</a>."; $lbProjectGpgKeyInfo = "pub 4096R/656F212E 2014-07-04 Libreboot Releases (signing key) <releases@libreboot.org><br/>Fingerprint=C923 4BA3 200C F688 9CC0 764D 6E97 D575 656F 212E "; $lbProjectGpgKeyID = "0x656F212E"; |