From 1a7a0fb8942e2782ea8b4c4cf6eb56af951f48bd Mon Sep 17 00:00:00 2001 From: Prateek Goel Date: Wed, 9 Aug 2017 21:14:14 +0100 Subject: [PATCH] Change http to https --- client/commonFramework/ask-for-help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/commonFramework/ask-for-help.js b/client/commonFramework/ask-for-help.js index f5709b9ef33..9db2374132c 100644 --- a/client/commonFramework/ask-for-help.js +++ b/client/commonFramework/ask-for-help.js @@ -20,7 +20,7 @@ window.common = (function({ common = { init: [] } }) { $('#ask-for-help-modal').modal('hide'); window.open( - 'http://forum.freecodecamp.org/new-topic?title=' + 'https://forum.freecodecamp.org/new-topic?title=' + helpTitle + '&body=' + helpMessage