From 9bec719fcee0ab17cee4b09ce33b50ddb5f4930a Mon Sep 17 00:00:00 2001 From: Francis Gulotta Date: Thu, 2 Jul 2020 07:34:01 -0400 Subject: [PATCH] docs(fix): link to streaming-iterables' repo (#688) --- doc/STREAMING_ITERABLES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/STREAMING_ITERABLES.md b/doc/STREAMING_ITERABLES.md index 2249344c..5804ea48 100644 --- a/doc/STREAMING_ITERABLES.md +++ b/doc/STREAMING_ITERABLES.md @@ -161,4 +161,4 @@ const duplex = { [it-pipe]: https://github.com/alanshaw/it-pipe [it-pushable]: https://github.com/alanshaw/it-pushable [it-reader]: https://github.com/alanshaw/it-reader -[streaming-iterables]: https://github.com/bustle/streaming-iterables +[streaming-iterables]: https://github.com/reconbot/streaming-iterables