diff --git a/doc/scapy/development.rst b/doc/scapy/development.rst
index 63118b8563e28e93099ac11ff4aa157177779472..c26e0b97b6e03da1be26ea6cbd49af312be2839d 100644
--- a/doc/scapy/development.rst
+++ b/doc/scapy/development.rst
@@ -239,6 +239,6 @@ Table 5 shows a simple test campaign with multiple test set definitions. Additio
 
 To see an example that is targeted to Scapy, go to http://www.secdev.org/projects/UTscapy. Cut and paste the example at the bottom of the page to the file ``demo_campaign.txt`` and run UTScapy against it::
 
-./UTscapy.py -t demo_campaign.txt -f html -o demo_campaign.html –F -l
+./test/run_tests -t demo_campaign.txt -f html -o demo_campaign.html -F -l
 
 Examine the output generated in file ``demo_campaign.html``.