diff --git a/docs/writingchecks.html b/docs/writingchecks.html index 28f88fa42..aac4cd340 100644 --- a/docs/writingchecks.html +++ b/docs/writingchecks.html @@ -140,7 +140,7 @@ source file. To run it type

-      java -classpath checkstyle-all-${version}.jar com.puppycrawl.tools.checkstyle.gui.Main
+      java -classpath checkstyle-all-@CHECKSTYLE_VERSION@.jar com.puppycrawl.tools.checkstyle.gui.Main
       

on the command line. Click the button at the bottom of the frame @@ -415,7 +415,7 @@ e.g. mycompanychecks.jar. Then run:

-      java -classpath mycompanychecks.jar -jar checkstyle-all-${version} -c config.xml -r .
+      java -classpath mycompanychecks.jar -jar checkstyle-all-@CHECKSTYLE_VERSION@ -c config.xml -r .