Skip to content

Commit 8e2a5d7

Browse files
authored
Merge pull request #7411 from plotly/fix-link
Fix links
2 parents ccd68c6 + 481c60a commit 8e2a5d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/plots/map/layout_attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ var attrs = module.exports = overrideAll({
284284
dflt: 'marker',
285285
description: [
286286
'Sets the symbol icon image (map.layer.layout.icon-image).',
287-
'Full list: https://www.map.com/maki-icons/'
287+
'Full list: https://www.mapbox.com/maki-icons/'
288288
].join(' ')
289289
},
290290
iconsize: {

src/traces/scattermap/attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ module.exports = overrideAll({
119119
arrayOk: true,
120120
description: [
121121
'Sets the marker symbol.',
122-
'Full list: https://www.map.com/maki-icons/',
122+
'Full list: https://www.mapbox.com/maki-icons/',
123123
'Note that the array `marker.color` and `marker.size`',
124124
'are only available for *circle* symbols.'
125125
].join(' ')

test/plot-schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3902,7 +3902,7 @@
39023902
"symbol": {
39033903
"editType": "plot",
39043904
"icon": {
3905-
"description": "Sets the symbol icon image (map.layer.layout.icon-image). Full list: https://www.map.com/maki-icons/",
3905+
"description": "Sets the symbol icon image (map.layer.layout.icon-image). Full list: https://www.mapbox.com/maki-icons/",
39063906
"dflt": "marker",
39073907
"editType": "plot",
39083908
"valType": "string"
@@ -72103,7 +72103,7 @@
7210372103
},
7210472104
"symbol": {
7210572105
"arrayOk": true,
72106-
"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.",
72106+
"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.",
7210772107
"dflt": "circle",
7210872108
"editType": "calc",
7210972109
"valType": "string"

0 commit comments

Comments
 (0)