Skip to content
Snippets Groups Projects
Commit 10067fac authored by Alex Reisner's avatar Alex Reisner
Browse files

Merge branch 'soorajb-master' into 1.0.3

parents 5096b82f 0943a0c3
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ module Geocoder::Lookup
:language => Geocoder::Configuration.language,
:key => Geocoder::Configuration.api_key
}
"#{protocol}://maps.google.com/maps/api/geocode/json?" + hash_to_query(params)
"#{protocol}://maps.googleapis.com/maps/api/geocode/json?" + hash_to_query(params)
end
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment