fix for linkcheck violation, depth-first algorithm link

This commit is contained in:
Roman Ivanov 2015-03-13 10:51:46 -07:00
parent fe6158d410
commit 07a7c54d95
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ java -cp checkstyle-${projectVersion}-all.jar com.puppycrawl.tools.checkstyle.gu
Instead, the TreeWalker initiates
a recursive descend from the root of the AST to the leaf nodes and calls
the Check methods. The traversal is done using a <a
href="http://mathworld.wolfram.com/Depth-FirstTraversal.html">depth-first</a>
href="http://en.wikipedia.org/wiki/Tree_traversal">tree traversal (depth-first)</a>
algorithm. </p>
<p> Before any visitor method is called, the TreeWalker