From 85896d4f099a80d58dd08d1f6d80586b07678995 Mon Sep 17 00:00:00 2001 From: Viishesh Jain <60565221+Viisheshjain05@users.noreply.github.com> Date: Mon, 19 Dec 2022 23:32:08 +0530 Subject: [PATCH] chore(docs): Update stream handbook link (#2711) --- docs/writing-a-plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing-a-plugin/README.md b/docs/writing-a-plugin/README.md index bcd708356..bf2b54b61 100644 --- a/docs/writing-a-plugin/README.md +++ b/docs/writing-a-plugin/README.md @@ -193,7 +193,7 @@ if (someCondition) { If you're unfamiliar with streams, you will need to read up on them: -* https://github.com/substack/stream-handbook (a MUST read) +* https://www.freecodecamp.org/news/node-js-streams-everything-you-need-to-know-c9141306be93/ * https://nodejs.org/api/stream.html 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.