Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 40bee7a

Browse files
authored
Merge pull request #367 from andyw8/patch-1
Update README.md - fix link for visitors
2 parents 413f661 + 117c6b5 commit 40bee7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ With visitors, you only define handlers for the nodes that you need. You can fin
525525
* call `visit(child)` with each child that you want to visit
526526
* call nothing if you're sure you don't want to descend further
527527

528-
There are a couple of visitors that ship with Syntax Tree that can be used as examples. They live in the [lib/syntax_tree/visitor](lib/syntax_tree/visitor) directory.
528+
There are a couple of visitors that ship with Syntax Tree that can be used as examples. They live in the [lib/syntax_tree](lib/syntax_tree) directory.
529529

530530
### visit_method
531531

0 commit comments

Comments
 (0)