docs: dev-tools: modify SPL reference URL to actual SPL doc entry
authorDongliang Mu <mudongliangabcd@gmail.com>
Mon, 13 Jun 2022 07:12:42 +0000 (15:12 +0800)
committerJonathan Corbet <corbet@lwn.net>
Mon, 27 Jun 2022 22:24:39 +0000 (16:24 -0600)
Fix the invalid url about Semantic Patch Language

Signed-off-by: Dongliang Mu <mudongliangabcd@gmail.com>
Link: https://lore.kernel.org/r/20220613071243.12961-1-dzm91@hust.edu.cn
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/dev-tools/coccinelle.rst

index 9c454de5a7f74b25b57fb40e330db22ed9c72bd0..d9976069ed126632e1d6d8f9a2e269747cba9650 100644 (file)
@@ -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
 ------------------------------------