Commit 3787d6d8 authored by zunda's avatar zunda

Update URL for "node_modules checked into source control"

I noticed that
- there is an additional hyphen, and
- www.npmjs.org redirected to docs.npmjs.com
while working on the support ticket #285287
parent 8510d95c
...@@ -49,7 +49,7 @@ warn_node_engine() { ...@@ -49,7 +49,7 @@ warn_node_engine() {
warn_prebuilt_modules() { warn_prebuilt_modules() {
local build_dir=${1:-} local build_dir=${1:-}
if [ -e "$build_dir/node_modules" ]; then if [ -e "$build_dir/node_modules" ]; then
warning "node_modules checked into source control" "https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-" warning "node_modules checked into source control" "https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git"
fi fi
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment