Skip to content

Commit 29eba69

Browse files
committed
Update links
1 parent d561a97 commit 29eba69

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

readme.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,12 @@ Yields:
155155

156156
## Related
157157

158-
* [`unist-util-filter`](https://github.com/eush77/unist-util-filter)
158+
* [`unist-util-filter`](https://github.com/syntax-tree/unist-util-filter)
159159
— Create a new tree with all nodes that pass a test
160160
* [`unist-util-map`](https://github.com/syntax-tree/unist-util-map)
161161
— Create a new tree with all nodes mapped by a given function
162162
* [`unist-util-flatmap`](https://gitlab.com/staltz/unist-util-flatmap)
163-
— Create a new tree by mapping (to an array) with the provided function and
164-
then flattening
163+
— Create a new tree by mapping (to an array) with the given function
165164
* [`unist-util-is`](https://github.com/syntax-tree/unist-util-is)
166165
— Check if a node passes a test
167166
* [`unist-util-remove`](https://github.com/syntax-tree/unist-util-remove)

0 commit comments

Comments
 (0)