From d06bf993db1a96f1ec5a4424b39c4b7db6521812 Mon Sep 17 00:00:00 2001 From: Lars Willighagen Date: Wed, 25 Apr 2018 00:22:19 +0200 Subject: [PATCH] Change SO link to HTTPS Since SO supports HTTPS now. --- .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 cb1f348c01..9e60774355 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -6,7 +6,7 @@ Search open/closed issues before submitting since someone might have asked the s If you have a support request or question please submit them to one of this resources: * Slack Community: https://babeljs.slack.com (you can sign-up at https://slack.babeljs.io/ for an invite) -* StackOverflow: http://stackoverflow.com/questions/tagged/babeljs using the tag `babeljs` +* StackOverflow: https://stackoverflow.com/questions/tagged/babeljs using the tag `babeljs` * Also have a look at the readme for more information on how to get support: https://github.com/babel/babel/blob/master/README.md