Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Beaumont <romain.rom1@gmail.com>2020-07-06 00:18:24 +0300
committerKaylee <34007889+KayleePop@users.noreply.github.com>2020-07-06 02:59:13 +0300
commita805d2679c6dbacfb2b8ff385df94fd5236943af (patch)
tree6c98044b571355e76bfdfbe4eeea492a7ed924da /README.md
parentf5231899ee018a9a3d66fd2fb5dab5de3228e0a1 (diff)
Fix link to substack excellent node modules introduction
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 52c9861..36b3d71 100644
--- a/README.md
+++ b/README.md
@@ -283,7 +283,7 @@ Most of the active development is happening inside of small npm packages which a
#### The Node Way&trade;
-> "When applications are done well, they are just the really application-specific, brackish residue that can't be so easily abstracted away. All the nice, reusable components sublimate away onto github and npm where everybody can collaborate to advance the commons." — substack from ["how I write modules"](http://substack.net/how_I_write_modules)
+> "When applications are done well, they are just the really application-specific, brackish residue that can't be so easily abstracted away. All the nice, reusable components sublimate away onto github and npm where everybody can collaborate to advance the commons." — substack from ["how I write modules"](https://gist.github.com/substack/5075355)
![node.js is shiny](https://feross.net/x/node2.gif)