diff --git a/src/plots/map/layout_attributes.js b/src/plots/map/layout_attributes.js index c6b8d5d52fe..05d4171285f 100644 --- a/src/plots/map/layout_attributes.js +++ b/src/plots/map/layout_attributes.js @@ -284,7 +284,7 @@ var attrs = module.exports = overrideAll({ dflt: 'marker', description: [ 'Sets the symbol icon image (map.layer.layout.icon-image).', - 'Full list: https://www.map.com/maki-icons/' + 'Full list: https://www.mapbox.com/maki-icons/' ].join(' ') }, iconsize: { diff --git a/src/traces/scattermap/attributes.js b/src/traces/scattermap/attributes.js index b590d20ef79..c4c9fb05a9d 100644 --- a/src/traces/scattermap/attributes.js +++ b/src/traces/scattermap/attributes.js @@ -119,7 +119,7 @@ module.exports = overrideAll({ arrayOk: true, description: [ 'Sets the marker symbol.', - 'Full list: https://www.map.com/maki-icons/', + 'Full list: https://www.mapbox.com/maki-icons/', 'Note that the array `marker.color` and `marker.size`', 'are only available for *circle* symbols.' ].join(' ') diff --git a/test/plot-schema.json b/test/plot-schema.json index a3e0a63562a..3972aca80c5 100644 --- a/test/plot-schema.json +++ b/test/plot-schema.json @@ -3902,7 +3902,7 @@ "symbol": { "editType": "plot", "icon": { - "description": "Sets the symbol icon image (map.layer.layout.icon-image). Full list: https://www.map.com/maki-icons/", + "description": "Sets the symbol icon image (map.layer.layout.icon-image). Full list: https://www.mapbox.com/maki-icons/", "dflt": "marker", "editType": "plot", "valType": "string" @@ -72083,7 +72083,7 @@ }, "symbol": { "arrayOk": true, - "description": "Sets the marker symbol. Full list: https://www.map.com/maki-icons/ Note that the array `marker.color` and `marker.size` are only available for *circle* symbols.", + "description": "Sets the marker symbol. Full list: https://www.mapbox.com/maki-icons/ Note that the array `marker.color` and `marker.size` are only available for *circle* symbols.", "dflt": "circle", "editType": "calc", "valType": "string"