From 744e62a150a6aa1a9911a152f0a837e6b964a897 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Sun, 7 Oct 2012 16:40:10 +1100 Subject: Make url for Acceso Intelligente valid by sticking http on the front --- lib/world_foi_websites.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3