Skip to content

Commit 5c909cf

Browse files
committed
docs(readme): 📝 Updated docs link
1 parent e216496 commit 5c909cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can specify the traversal order by passing one of the following values to th
5757
- preOrder: visits the current node, then traverses the left subtree, then traverses the right subtree
5858
- postOrder: traverses the left subtree, then traverses the right subtree, then visits the current node
5959

60-
for all avalaible methods and fields, please read the detailed documentation of the `Tree` and `TreeNode` class: [Class docs](modules.md).
60+
for all avalaible methods and fields, please read the detailed documentation of the `Tree` and `TreeNode` class: [Class docs](https://github.com/itpropro/tree-structure-ts/blob/main/docs/modules.md).
6161

6262
## Contribution
6363

0 commit comments

Comments
 (0)