File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -78,16 +78,15 @@ Find the first [child][] before `index` (or `node`) in `parent`, that passes
78
78
— Recursively walk over nodes
79
79
* [ ` unist-util-visit-parents ` ] ( https://github.com/syntax-tree/unist-util-visit-parents )
80
80
— 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 )
82
82
— Create a new tree with all nodes that pass a test
83
83
* [ ` unist-util-map ` ] ( https://github.com/syntax-tree/unist-util-map )
84
84
— Create a new tree with all nodes mapped by a given function
85
85
* [ ` 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 )
89
88
— 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 )
91
90
— Select nodes with CSS-like selectors
92
91
93
92
## Contribute
You can’t perform that action at this time.
0 commit comments