From: Julia Lawall <julia.lawall@inria.fr>
To: Thorsten Blum <thorsten.blum@toblux.com>
Cc: nicolas.palix@imag.fr, cocci@inria.fr, linux-kernel@vger.kernel.org
Subject: Re: [cocci] [PATCH] scripts: coccicheck: Replace http with https
Date: Mon, 3 Jun 2024 18:37:17 +0200 (CEST) [thread overview]
Message-ID: <4bc15f4-d93e-8c84-41d3-7fdc8c1117ba@inria.fr> (raw)
In-Reply-To: <20240603155648.93989-1-thorsten.blum@toblux.com>
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
>
>
parent reply other threads:[~2024-06-03 16:37 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20240603155648.93989-1-thorsten.blum@toblux.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4bc15f4-d93e-8c84-41d3-7fdc8c1117ba@inria.fr \
--to=julia.lawall@inria.fr \
--cc=cocci@inria.fr \
--cc=linux-kernel@vger.kernel.org \
--cc=nicolas.palix@imag.fr \
--cc=thorsten.blum@toblux.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).