From dc0acdbee141cd49e6edc0e6c5c583a7de5bc461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Matall=C3=ADn?= Date: Mon, 21 Jul 2014 10:18:15 +0200 Subject: [PATCH] Update Map-API.md --- docs/Map-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Map-API.md b/docs/Map-API.md index 26dd246b..f1883f79 100644 --- a/docs/Map-API.md +++ b/docs/Map-API.md @@ -5,7 +5,7 @@ The CartoDB Maps API allows you to generate maps based on data hosted in your Ca You can create two types of maps with the Maps API: - **Anonymous maps** - Maps that can be created using your CartoDB public data. Any client can change the read-only SQL and CartoCSS parameters that generate the map tiles. These maps can be created from a JavaScript application alone and no authenticated calls are needed. See [this CartoDB.js example]({{ '/cartodb-js' | prepend: site.baseurl }}). + Maps that can be created using your CartoDB public data. Any client can change the read-only SQL and CartoCSS parameters that generate the map tiles. These maps can be created from a JavaScript application alone and no authenticated calls are needed. See [this CartoDB.js example]({{ '/cartodb-platform/cartodb-js.html' | prepend: site.baseurl }}). - **Named maps** Maps that access to your private data. These maps require an owner to setup and modify any SQL and CartoCSS parameters and are not modifiable without new setup calls.