Skip to content

Commit df9b08a

Browse files
committed
update links
1 parent bcbb64a commit df9b08a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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(' ')

0 commit comments

Comments
 (0)