Skip to content

Commit 9560b5b

Browse files
committed
fix: advanced example links
1 parent 43d2b78 commit 9560b5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libs/js-tuple/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ function createKey<T extends readonly unknown[]>(elements: T): Readonly<T> {
213213

214214
For complex scenarios—such as custom traversal orders, subtree iteration, or post-order cleanup—js-tuple provides highly flexible traversal APIs for both `NestedMap` and `NestedSet`. You can choose between depth-first and breadth-first traversal, and between pre-order and post-order yielding, to match your algorithm's needs.
215215

216-
- **NestedMap:** See [Advanced NestedMap.entries](./docs/nestedmap-entries-advanced.md) for details on traversal modes, yield order, edge cases, and performance considerations.
217-
- **NestedSet:** See [Advanced NestedSet](./docs/nestedset-advanced.md) for set-specific traversal, subtree operations, and advanced patterns.
216+
- **NestedMap:** See [Advanced NestedMap.entries](https://github.com/codibre/js-utils/blob/main/libs/js-tuple/docs/nestedmap-entries-advanced.md) for details on traversal modes, yield order, edge cases, and performance considerations.
217+
- **NestedSet:** See [Advanced NestedSet](https://github.com/codibre/js-utils/blob/main/libs/js-tuple/docs/nestedset-advanced.md) for set-specific traversal, subtree operations, and advanced patterns.
218218

219219
These guides cover:
220220
- How to use `basePath` for partial/subtree traversal

0 commit comments

Comments
 (0)