Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-07-23 23:51:13 +0300
committerKat Marchán <kzm@zkat.tech>2018-07-23 23:51:13 +0300
commite115f9de65bf53711266152fc715a5012f7d3462 (patch)
tree5610cbb5eb21a6d3eea3b7579bda11e40f8c9d34 /scripts
parentad0dd226fb97a33dcf41787ae7ff282803fb66f2 (diff)
docs: use https when possible. (#7)
PR-URL: https://github.com/npm/cli/pull/7 Credit: @XhmikosR Reviewed-By: @zkat
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index 041c74e0f..e352e55ca 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -8,7 +8,7 @@
# shell living at /bin/sh.
#
# See this helpful document on writing portable shell scripts:
-# http://www.gnu.org/s/hello/manual/autoconf/Portable-Shell.html
+# https://www.gnu.org/s/hello/manual/autoconf/Portable-Shell.html
#
# The only shell it won't ever work on is cmd.exe.