From 77e02d6191026d35c43c37f22b2355ef0d371fc2 Mon Sep 17 00:00:00 2001 From: Guy Morita <guymorita@gmail.com> Date: Tue, 2 Jun 2015 16:22:29 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5704d49e..46d52907 100644 --- a/README.md +++ b/README.md @@ -424,13 +424,12 @@ The [Google Places Details API](https://developers.google.com/places/documentati #### Bing (`:bing`) * **API key**: required (set `Geocoder.configure(:lookup => :bing, :api_key => key)`) -* **Key signup**: http://www.bingmapsportal.com +* **Key signup**: https://www.microsoft.com/maps/create-a-bing-maps-key.aspx * **Quota**: 50,0000 requests/day (Windows app), 125,000 requests/year (non-Windows app) * **Region**: world * **SSL support**: no * **Languages**: ? * **Documentation**: http://msdn.microsoft.com/en-us/library/ff701715.aspx -* **Compare Plans: https://www.microsoft.com/maps/create-a-bing-maps-key.aspx * **Terms of Service**: http://www.microsoft.com/maps/product/terms.html * **Limitations**: No country codes or state names. Must be used on "public-facing, non-password protected web sites," "in conjunction with Bing Maps or an application that integrates Bing Maps." -- GitLab