summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/graceful-fs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/graceful-fs/README.md')
-rw-r--r--deps/npm/node_modules/graceful-fs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/node_modules/graceful-fs/README.md b/deps/npm/node_modules/graceful-fs/README.md
index d0dcd49254..5273a50ad6 100644
--- a/deps/npm/node_modules/graceful-fs/README.md
+++ b/deps/npm/node_modules/graceful-fs/README.md
@@ -7,7 +7,7 @@ The improvements are meant to normalize behavior across different
platforms and environments, and to make filesystem access more
resilient to errors.
-## Improvements over [fs module](http://api.nodejs.org/fs.html)
+## Improvements over [fs module](https://nodejs.org/api/fs.html)
* Queues up `open` and `readdir` calls, and retries them once
something closes if there is an EMFILE error from too many file