From 40eead0341a171be3519c234791ef5d1c41fa473 Mon Sep 17 00:00:00 2001 From: Kushal Date: Sat, 8 Feb 2014 16:31:52 -0600 Subject: [PATCH] use https when linking to wikipedia Wikipedia supports (but does not yet require) https. This will change in the future but it will not hurt to switch to https ourselves :) https://blog.wikimedia.org/2013/08/01/future-https-wikimedia-projects/ --- app/templates/modal/signup.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/modal/signup.jade b/app/templates/modal/signup.jade index 6946fbd19..d99fed9d6 100644 --- a/app/templates/modal/signup.jade +++ b/app/templates/modal/signup.jade @@ -23,11 +23,11 @@ block modal-body-content label.control-label(for="signup-confirm-age") input#signup-confirm-age(name="confirm-age", type="checkbox", checked='checked') span(data-i18n="signup.coppa") 13+ or non-USA - a(href="http://en.wikipedia.org/wiki/Children's_Online_Privacy_Protection_Act", data-i18n="signup.coppa_why", target="_blank") (Why?) + a(href="https://en.wikipedia.org/wiki/Children's_Online_Privacy_Protection_Act", data-i18n="signup.coppa_why", target="_blank") (Why?) block modal-body-wait-content h3(data-i18n="signup.creating") Creating Account... block modal-footer .modal-footer - button.btn.btn-primary.btn-large#signup-button(data-i18n="signup.sign_up") Sign Up \ No newline at end of file + button.btn.btn-primary.btn-large#signup-button(data-i18n="signup.sign_up") Sign Up