Skip to content

Commit 2bc4056

Browse files
committed
update link endpoints
1 parent 25e7fb1 commit 2bc4056

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

guide/10-mapping-and-visualization/smart-mapping.ipynb

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"\n",
1010
"Smart mapping will help you understand the nature of the data (the statistics and spread), and suggest a set of color ramps designed by seasoned cartographers specifically for the desired style.\n",
1111
"\n",
12-
"To learn more about this exciting capability visit [the help page](http://www.esri.com/software/arcgis/smart-mapping) and [this blog article](https://blogs.esri.com/esri/arcgis/2015/03/02/introducing-smart-mapping/). Here is a [detailed help](http://doc.arcgis.com/en/arcgis-online/create-maps/change-style.htm) on the various ways you can symbolize your data."
12+
"To learn more about this exciting capability visit [the help page](https://www.esri.com/en-us/capabilities/mapping/smart-mapping) and [this blog article](https://blogs.esri.com/esri/arcgis/2015/03/02/introducing-smart-mapping/). Here is a [detailed help](https://doc.arcgis.com/en/arcgis-online/reference/change-style.htm) on the various ways you can symbolize your data."
1313
]
1414
},
1515
{
@@ -242,12 +242,7 @@
242242
{
243243
"cell_type": "code",
244244
"execution_count": 11,
245-
"metadata": {
246-
"collapsed": true,
247-
"jupyter": {
248-
"outputs_hidden": true
249-
}
250-
},
245+
"metadata": {},
251246
"outputs": [],
252247
"source": [
253248
"map2 = gis.map(\"Seattle, WA\")"
@@ -256,12 +251,7 @@
256251
{
257252
"cell_type": "code",
258253
"execution_count": null,
259-
"metadata": {
260-
"collapsed": true,
261-
"jupyter": {
262-
"outputs_hidden": true
263-
}
264-
},
254+
"metadata": {},
265255
"outputs": [],
266256
"source": [
267257
"map2"
@@ -472,7 +462,7 @@
472462
"name": "python",
473463
"nbconvert_exporter": "python",
474464
"pygments_lexer": "ipython3",
475-
"version": "3.10.14"
465+
"version": "3.11.0"
476466
},
477467
"toc": {
478468
"base_numbering": 1,

0 commit comments

Comments
 (0)