diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-10-08 13:25:58 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-10-08 13:25:58 +0100 |
commit | f27413e8fa2ca61ef531bbb45543f2b8b9a0e457 (patch) | |
tree | 8b245bca404070797cf04658c97a7a87cb98cfa0 /lib | |
parent | d470bc21da438551461319fdbe818a87a2426c4d (diff) | |
parent | 744e62a150a6aa1a9911a152f0a837e6b964a897 (diff) |
Merge remote-tracking branch 'openaustralia_github/fix_world_foi_website_urls' into develop
Diffstat (limited to 'lib')
-rw-r--r-- | lib/world_foi_websites.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/world_foi_websites.rb b/lib/world_foi_websites.rb index fec40ed64..f175afd3d 100644 --- a/lib/world_foi_websites.rb +++ b/lib/world_foi_websites.rb @@ -13,7 +13,7 @@ class WorldFOIWebsites {:name => "Ask The EU", :country_name => "European Union", :country_iso_code => "", - :url => "http://asktheu.org"}, + :url => "http://asktheeu.org"}, {:name => "MuckRock.com", :country_name => "United States of America", :country_iso_code => "US", @@ -45,7 +45,7 @@ class WorldFOIWebsites {:name => "Acceso Intelligente", :country_name => "Chile", :country_iso_code => "CL", - :url => "accesointeligente.org"}] + :url => "http://accesointeligente.org"}] return world_foi_websites end |