aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-05-02 12:50:09 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-05-02 12:50:09 +0100
commita058b870b0ef168bf41d8cb0f32bc734bd1fd75a (patch)
tree7da8c4e77610b7376abd6bdaaf765dd02a5078de /web
parent2b7bc36262090f8abe560f80629b13a359f282f0 (diff)
Update fixmystreet.org link to https.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmystreet.com/front.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet.com/front.js b/web/cobrands/fixmystreet.com/front.js
index f544fb657..f3e64efa9 100644
--- a/web/cobrands/fixmystreet.com/front.js
+++ b/web/cobrands/fixmystreet.com/front.js
@@ -23,7 +23,7 @@
document.cookie = 'has_seen_country_message=1; path=/; expires=' + t.toUTCString();
};
var p = document.createElement('p');
- p.innerHTML = 'This site is for reporting <strong>problems in the UK</strong>. There are FixMyStreet sites <a href="http://fixmystreet.org/sites/">all over the world</a>, or you could set up your own using the <a href="http://fixmystreet.org/">FixMyStreet Platform</a>.';
+ p.innerHTML = 'This site is for reporting <strong>problems in the UK</strong>. There are FixMyStreet sites <a href="https://fixmystreet.org/sites/">all over the world</a>, or you could set up your own using the <a href="https://fixmystreet.org/">FixMyStreet Platform</a>.';
banner.appendChild(close);
banner.appendChild(p);
document.body.insertBefore(banner, document.body.firstChild);