File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -133,11 +133,9 @@ Yields:
133133 — Find all nodes before another node
134134* [ ` unist-util-find-all-between ` ] ( https://github.com/mrzmmr/unist-util-find-all-between )
135135 — Find all nodes between two nodes
136- * [ ` unist-util-find ` ] ( https://github.com/blahah/unist-util-find )
137- — Find nodes matching a predicate
138- * [ ` unist-util-filter ` ] ( https://github.com/eush77/unist-util-filter )
136+ * [ ` unist-util-filter ` ] ( https://github.com/syntax-tree/unist-util-filter )
139137 — Create a new tree with nodes that pass a check
140- * [ ` unist-util-remove ` ] ( https://github.com/eush77 /unist-util-remove )
138+ * [ ` unist-util-remove ` ] ( https://github.com/syntax-tree /unist-util-remove )
141139 — Remove nodes from tree
142140
143141## Contribute
You can’t perform that action at this time.
0 commit comments