From bbda32f830c962e13d2a259e98b4788a985ee085 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Mon, 5 Oct 2015 16:31:43 -0400 Subject: [PATCH] Add link to responses document Looks like we forgot to link to this on the index page --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 7c0470d..04143fe 100644 --- a/index.md +++ b/index.md @@ -11,6 +11,7 @@ These pages offer an introduction to the API and terminology used in Mapzen Sear - [`/autocomplete` Endpoint](/autocomplete.md) - [`/reverse` Endpoint: from point to place](/reverse.md) - [`/place` Endpoint: retrieving additional information](/place.md) + - [API responses](/response.md) - [Data Sources](/data-sources.md) - [Loading Data From the Browser](/use-cors.md) - [Transitioning From Beta to 1.0](/transition-from-beta.md)