diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2012-10-07 16:39:13 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2012-10-07 16:39:13 +1100 |
commit | dceffafb04012b4dd8e4af88aa1180c0f8a6ff62 (patch) | |
tree | 57ffa000138d237aa27218019dd4dc1c10445534 /lib | |
parent | b6231086aa895c83bfeb1cc7067725a9b96e8d0d (diff) |
Fix Ask The EU url
Diffstat (limited to 'lib')
-rw-r--r-- | lib/world_foi_websites.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/world_foi_websites.rb b/lib/world_foi_websites.rb index fec40ed64..b67accfa6 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", |