[PATCH] scripts: coccicheck: Replace http with https

Thorsten Blum posted 1 patch 1 year, 8 months ago
scripts/coccicheck | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] scripts: coccicheck: Replace http with https
Posted by Thorsten Blum 1 year, 8 months ago
The Coccinelle website is also available via https.

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
---
 scripts/coccicheck | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/coccicheck b/scripts/coccicheck
index e52cb43fede6..9b6b29fb8224 100755
--- a/scripts/coccicheck
+++ b/scripts/coccicheck
@@ -11,7 +11,7 @@ DIR="$(dirname $(readlink -f $0))/.."
 SPATCH="`which ${SPATCH:=spatch}`"
 
 if [ ! -x "$SPATCH" ]; then
-    echo 'spatch is part of the Coccinelle project and is available at http://coccinelle.lip6.fr/'
+    echo 'spatch is part of the Coccinelle project and is available at https://coccinelle.lip6.fr/'
     exit 1
 fi
 
@@ -233,7 +233,7 @@ coccinelle () {
 	echo " in $FILE."
 	echo ''
 	echo ' More information about semantic patching is available at'
-	echo ' http://coccinelle.lip6.fr/'
+	echo ' https://coccinelle.lip6.fr/'
 	echo ''
 
 	if [ "`sed -ne 's|^//#||p' $COCCI`" ] ; then
-- 
2.39.2
Re: [PATCH] scripts: coccicheck: Replace http with https
Posted by Julia Lawall 1 year, 8 months ago

On Mon, 3 Jun 2024, Thorsten Blum wrote:

> The Coccinelle website is also available via https.

Thanks for the suggestion, but that link is actually completely out of
date.  I will change it to the correct one.

julia

>
> Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
> ---
>  scripts/coccicheck | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/scripts/coccicheck b/scripts/coccicheck
> index e52cb43fede6..9b6b29fb8224 100755
> --- a/scripts/coccicheck
> +++ b/scripts/coccicheck
> @@ -11,7 +11,7 @@ DIR="$(dirname $(readlink -f $0))/.."
>  SPATCH="`which ${SPATCH:=spatch}`"
>
>  if [ ! -x "$SPATCH" ]; then
> -    echo 'spatch is part of the Coccinelle project and is available at http://coccinelle.lip6.fr/'
> +    echo 'spatch is part of the Coccinelle project and is available at https://coccinelle.lip6.fr/'
>      exit 1
>  fi
>
> @@ -233,7 +233,7 @@ coccinelle () {
>  	echo " in $FILE."
>  	echo ''
>  	echo ' More information about semantic patching is available at'
> -	echo ' http://coccinelle.lip6.fr/'
> +	echo ' https://coccinelle.lip6.fr/'
>  	echo ''
>
>  	if [ "`sed -ne 's|^//#||p' $COCCI`" ] ; then
> --
> 2.39.2
>
>