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.