update links to www.ipfire.org at credits.cgi

Message ID 20171128204153.7badcbe3.peter.mueller@link38.eu
State Accepted
Commit 7f7b7b24b02a2351266281a8c3d1f91e4b16689a
Headers
Series update links to www.ipfire.org at credits.cgi |

Commit Message

Peter Müller Nov. 29, 2017, 6:41 a.m. UTC
  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(-)
  

Comments

Michael Tremer Nov. 29, 2017, 10:59 p.m. UTC | #1
Thanks. Merged.

On Tue, 2017-11-28 at 20:41 +0100, Peter Müller wrote:
> 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>
>
  

Patch

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>