aboutsummaryrefslogtreecommitdiff
path: root/node_modules/promise/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/promise/Readme.md')
-rw-r--r--node_modules/promise/Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/promise/Readme.md b/node_modules/promise/Readme.md
index 9e281a743..12a767db0 100644
--- a/node_modules/promise/Readme.md
+++ b/node_modules/promise/Readme.md
@@ -56,7 +56,7 @@ var promise = new Promise(function (resolve, reject) {
});
```
-If you need [domains](https://iojs.org/api/domain.html) support, you should instead use:
+If you need [domains](https://nodejs.org/api/domain.html) support, you should instead use:
```js
var Promise = require('promise/domains');