From 3153f84a7ef01729a4e33d0befa30a73273a5678 Mon Sep 17 00:00:00 2001 From: Rhonda Glennon Date: Wed, 30 Sep 2015 19:23:16 -0700 Subject: [PATCH] Fix broken API key link --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 5e638c2..7c0470d 100644 --- a/index.md +++ b/index.md @@ -6,7 +6,7 @@ ________________________________________________________________________________ These pages offer an introduction to the API and terminology used in Mapzen Search and the accompanying open source geocoder which powers it, Pelias. - [Getting Started Guide](/get-started.md) - - [API keys and rate limits](/api.md) + - [API keys and rate limits](/api-keys-rate-limits.md) - [`/search` Endpoint: Finding places](/search.md) - [`/autocomplete` Endpoint](/autocomplete.md) - [`/reverse` Endpoint: from point to place](/reverse.md)