Skip to content

Commit 85896d4

Browse files
authoredDec 19, 2022
chore(docs): Update stream handbook link (#2711)
1 parent 818bd73 commit 85896d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/writing-a-plugin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ if (someCondition) {
193193
194194
If you're unfamiliar with streams, you will need to read up on them:
195195
196-
* https://github.com/substack/stream-handbook (a MUST read)
196+
* https://www.freecodecamp.org/news/node-js-streams-everything-you-need-to-know-c9141306be93/
197197
* https://nodejs.org/api/stream.html
198198
199199
Other libraries that are not file manipulating through streams but are made for use with gulp are tagged with the [gulpfriendly](https://npmjs.org/browse/keyword/gulpfriendly) keyword on npm.

0 commit comments

Comments
 (0)