diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2012-10-07 16:40:10 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2012-10-07 16:40:10 +1100 |
commit | 744e62a150a6aa1a9911a152f0a837e6b964a897 (patch) | |
tree | 8afbcf81c179b990bad47023eca41b3e02379066 /lib/world_foi_websites.rb | |
parent | dceffafb04012b4dd8e4af88aa1180c0f8a6ff62 (diff) |
Make url for Acceso Intelligente valid by sticking http on the front
Diffstat (limited to 'lib/world_foi_websites.rb')
-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 b67accfa6..f175afd3d 100644 --- a/lib/world_foi_websites.rb +++ b/lib/world_foi_websites.rb @@ -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 |