From 0b661d06d0f9d751d8dd0bd6a1cc901982107f01 Mon Sep 17 00:00:00 2001 From: Lambdac0re Date: Mon, 5 Feb 2018 16:02:42 +0100 Subject: [PATCH] Update README.md Changed to current url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03941591..9758774c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Node.js `fs.watch`: * Doesn't report events at all when using editors like Sublime on OS X. * Often reports events twice. * Emits most changes as `rename`. -* Has [a lot of other issues](https://github.com/joyent/node/search?q=fs.watch&type=Issues) +* Has [a lot of other issues](https://github.com/nodejs/node/search?q=fs.watch&type=Issues) * Does not provide an easy way to recursively watch file trees. Node.js `fs.watchFile`: