summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
author相浦彰 / AIURA,AKIRA <akira.aiura.bj@hitachi.com>2026-07-30 02:38:40 +0000
committerJulia Lawall <Julia.Lawall@inria.fr>2026-08-23 22:12:10 +0200
commit5adb3698bbe8f2053afbe046dee8eb184ac78478 (patch)
treeb2460d96faf7fce80d85445e303f6ba1001b1a41 /scripts
parent4fc2656db0c8026139f1634d557ef66e4b383765 (diff)
downloadlinux-next-5adb3698bbe8f2053afbe046dee8eb184ac78478.tar.gz
linux-next-5adb3698bbe8f2053afbe046dee8eb184ac78478.zip
coccinelle: update Coccinelle website URL
The old Coccinelle project URL is no longer available. Replace it with the current Coccinelle homepage already referenced by Documentation/dev-tools/coccinelle.rst. Signed-off-by: Akira Aiura <akira.aiura.bj@hitachi.com> Signed-off-by: Julia Lawall <julia.lawall@inria.fr>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/coccicheck4
-rw-r--r--scripts/nsdeps2
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/coccicheck b/scripts/coccicheck
index 8dd766009de1..a0a0e0f72bc7 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.gitlabpages.inria.fr/website'
exit 1
fi
@@ -229,7 +229,7 @@ coccinelle () {
echo " in $FILE."
echo ''
echo ' More information about semantic patching is available at'
- echo ' http://coccinelle.lip6.fr/'
+ echo ' https://coccinelle.gitlabpages.inria.fr/website'
echo ''
if [ "`sed -ne 's|^//#||p' $COCCI`" ] ; then
diff --git a/scripts/nsdeps b/scripts/nsdeps
index a3372166ac01..d4b5ebcc2016 100644
--- a/scripts/nsdeps
+++ b/scripts/nsdeps
@@ -8,7 +8,7 @@ SPATCH_REQ_VERSION="1.0.4"
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.gitlabpages.inria.fr/website'
exit 1
fi