From 2d37d4bf9d9929e872388f88e3f3e56e8c41e70a Mon Sep 17 00:00:00 2001 From: csubira Date: Wed, 6 Mar 2019 15:26:14 +0100 Subject: [PATCH] Fix typo in named maps guide --- docs/guides/04-named-maps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/04-named-maps.md b/docs/guides/04-named-maps.md index 31950b98..1d5f5095 100644 --- a/docs/guides/04-named-maps.md +++ b/docs/guides/04-named-maps.md @@ -486,7 +486,7 @@ You can use a Named Map that you created (which is defined by its `name`), to cr **Note:** Instantiating a Named Map over a `createLayer` does not require an API Key and by default, does not include auth tokens. _If_ you defined auth tokens for the Named Map configuration, then you will have to include them. -[CARTO.js]({{site.cartojs_docs/v3/}) has methods for accessing your Named Maps. +[CARTO.js]({{site.cartojs_docs}}/v3/) has methods for accessing your Named Maps. 1. [layer.setParams()]({{site.cartojs_docs}}/v3/reference/#layersetparamskey-value) allows you to change the template variables (in the placeholders object) via JavaScript