diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-02-17 13:27:38 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-02-17 13:27:38 +0000 |
commit | cee79d514e28536e5cfe3d2f1270f0425f35dac1 (patch) | |
tree | d0befa46aac872ab72bad20caac654303c9484ba /lib | |
parent | 5beb7f546561616236847eea7b522a0e9a4ae6ff (diff) | |
parent | 596bc6e362554dc6d041a15ecfd5d1627deab3d0 (diff) |
Merge branch 'feature/https-fixes' into rails-3-develop
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", |