Skip to content

Commit 423e51e

Browse files
committed
Update links
1 parent aaf6b7e commit 423e51e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

readme.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,15 @@ Find the first [child][] before `index` (or `node`) in `parent`, that passes
7878
— Recursively walk over nodes
7979
* [`unist-util-visit-parents`](https://github.com/syntax-tree/unist-util-visit-parents)
8080
— Like `visit`, but with a stack of parents
81-
* [`unist-util-filter`](https://github.com/eush77/unist-util-filter)
81+
* [`unist-util-filter`](https://github.com/syntax-tree/unist-util-filter)
8282
— Create a new tree with all nodes that pass a test
8383
* [`unist-util-map`](https://github.com/syntax-tree/unist-util-map)
8484
— Create a new tree with all nodes mapped by a given function
8585
* [`unist-util-flatmap`](https://gitlab.com/staltz/unist-util-flatmap)
86-
— Create a new tree by mapping (to an array) with the provided function and
87-
then flattening
88-
* [`unist-util-remove`](https://github.com/eush77/unist-util-remove)
86+
— Create a new tree by mapping (to an array) by a given function
87+
* [`unist-util-remove`](https://github.com/syntax-tree/unist-util-remove)
8988
— Remove nodes from a tree that pass a test
90-
* [`unist-util-select`](https://github.com/eush77/unist-util-select)
89+
* [`unist-util-select`](https://github.com/syntax-tree/unist-util-select)
9190
— Select nodes with CSS-like selectors
9291

9392
## Contribute

0 commit comments

Comments
 (0)