From d465493832000912910ba649234471d34610e06f Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Thu, 23 Mar 2017 14:07:07 +0800 Subject: [PATCH] [Docs] Use https protocol for nodejs.org in issue template --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 8d68916..2b4f8e5 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -32,7 +32,7 @@ - Is there anything in any of your profile files (`.bashrc`, `.bash_profile`, `.zshrc`, etc) that modifies the `PATH`? -- If you are having installation issues, or getting "N/A", what does `curl --compressed -v nodejs.org/dist/` print out? +- If you are having installation issues, or getting "N/A", what does `curl --compressed -v https://nodejs.org/dist/` print out?