The links to the IPFire homepage in the credits.cgi file should point to the HTTPS version of the site now.
Signed-off-by: Peter Müller peter.mueller@link38.eu --- html/cgi-bin/credits.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/html/cgi-bin/credits.cgi b/html/cgi-bin/credits.cgi index f370e80b6..7cda40251 100644 --- a/html/cgi-bin/credits.cgi +++ b/html/cgi-bin/credits.cgi @@ -41,7 +41,7 @@ print <<END <p>$Lang::tr{'donation-text'}</p>
<div align="center"> - <a href="http://www.ipfire.org/donate"> + <a href="https://www.ipfire.org/donate"> <strong>$Lang::tr{'donation'}</strong> </a> </div> @@ -54,7 +54,7 @@ END print <<END <br> <center> - $Lang::tr{'visit us at'}: <b><a href='http://www.ipfire.org/' target="_blank">http://www.ipfire.org/</a></b> + $Lang::tr{'visit us at'}: <b><a href='https://www.ipfire.org/' target="_blank">https://www.ipfire.org/</a></b> </center> <br><br>