Skip to content

Commit 117c6b5

Browse files
authored
Update README.md - fix link for visitors
1 parent d08d23b commit 117c6b5

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)