diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-01-30 14:30:19 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-01-30 15:03:00 +0000 |
commit | 241ced50fa187ae24c183d91cd78dd60dd014547 (patch) | |
tree | 3836eb400e819e837b23dd984f09b6a742785695 /lib | |
parent | 184ffeccb7f4579b481db9b7744aa9baed70562f (diff) |
Make all WDTK references use HTTPS.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/acts_as_xapian/README.txt | 2 | ||||
-rw-r--r-- | lib/world_foi_websites.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/acts_as_xapian/README.txt b/lib/acts_as_xapian/README.txt index a1d22ef3f..d58423463 100644 --- a/lib/acts_as_xapian/README.txt +++ b/lib/acts_as_xapian/README.txt @@ -33,7 +33,7 @@ alternative to acts_as_solr, acts_as_ferret, Ultrasphinx, acts_as_indexed, acts_as_searchable or acts_as_tsearch. acts_as_xapian is deployed in production on these websites. -* "WhatDoTheyKnow":http://www.whatdotheyknow.com +* "WhatDoTheyKnow":https://www.whatdotheyknow.com * "MindBites":http://www.mindbites.com The section "c. Comparison to acts_as_solr" below will give you an idea of diff --git a/lib/world_foi_websites.rb b/lib/world_foi_websites.rb index 50976c897..eb707a103 100644 --- a/lib/world_foi_websites.rb +++ b/lib/world_foi_websites.rb @@ -5,7 +5,7 @@ class WorldFOIWebsites {:name => "WhatDoTheyKnow", :country_name => "United Kingdom", :country_iso_code => "GB", - :url => "http://www.whatdotheyknow.com"}, + :url => "https://www.whatdotheyknow.com"}, {:name => "Informata Zyrtare", :country_name => "Kosova", :country_iso_code => "XK", |