summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/npm-start.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/cli/npm-start.md')
-rw-r--r--deps/npm/doc/cli/npm-start.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/doc/cli/npm-start.md b/deps/npm/doc/cli/npm-start.md
index 94c468c296..e43f021499 100644
--- a/deps/npm/doc/cli/npm-start.md
+++ b/deps/npm/doc/cli/npm-start.md
@@ -11,7 +11,7 @@ This runs an arbitrary command specified in the package's `"start"` property of
its `"scripts"` object. If no `"start"` property is specified on the
`"scripts"` object, it will run `node server.js`.
-As of [`npm@2.0.0`](http://blog.npmjs.org/post/98131109725/npm-2-0-0), you can
+As of [`npm@2.0.0`](https://blog.npmjs.org/post/98131109725/npm-2-0-0), you can
use custom arguments when executing scripts. Refer to npm-run-script(1) for
more details.