From 25a45f9c9f3a61e0f68de83a1938ce01771d5ff9 Mon Sep 17 00:00:00 2001
From: Alex Reisner <alex@alexreisner.com>
Date: Thu, 1 Oct 2015 19:29:09 -0400
Subject: [PATCH] Update MapQuest key signup URL.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 063d5ad3..213c23dc 100644
--- a/README.md
+++ b/README.md
@@ -503,7 +503,7 @@ The [Google Places Details API](https://developers.google.com/places/documentati
 #### Mapquest (`:mapquest`)
 
 * **API key**: required
-* **Key signup**: http://developer.mapquest.com/web/products/open
+* **Key signup**: https://developer.mapquest.com/plans
 * **Quota**: ?
 * **HTTP Headers**: when using the licensed API you can specify a referer like so:
     `Geocoder.configure(:http_headers => { "Referer" => "http://foo.com" })`
-- 
GitLab