From: Dongliang Mu Date: Mon, 13 Jun 2022 07:12:42 +0000 (+0800) Subject: docs: dev-tools: modify SPL reference URL to actual SPL doc entry X-Git-Tag: howlett/maple/20220816~230^2~59 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=87444fdce5bb3249f740f5e7f66443169b3003a8;p=users%2Fjedix%2Flinux-maple.git docs: dev-tools: modify SPL reference URL to actual SPL doc entry Fix the invalid url about Semantic Patch Language Signed-off-by: Dongliang Mu Link: https://lore.kernel.org/r/20220613071243.12961-1-dzm91@hust.edu.cn Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/dev-tools/coccinelle.rst b/Documentation/dev-tools/coccinelle.rst index 9c454de5a7f7..d9976069ed12 100644 --- a/Documentation/dev-tools/coccinelle.rst +++ b/Documentation/dev-tools/coccinelle.rst @@ -66,7 +66,7 @@ The wiki documentation always refers to the linux-next version of the script. For Semantic Patch Language(SmPL) grammar documentation refer to: -http://coccinelle.lip6.fr/documentation.php +https://coccinelle.gitlabpages.inria.fr/website/docs/main_grammar.html Using Coccinelle on the Linux kernel ------------------------------------