Skip to content

Commit 6acefd7

Browse files
committed
update links to reference new doc
1 parent f4b211d commit 6acefd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/10-mapping-and-visualization/managing-offline-map-areas.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"source": [
5555
"## Creating offline map areas\n",
5656
"\n",
57-
"With ArcGIS API for Python, you can conveniently manage offline areas from a _`WebMap`_ object. The [`offline_areas`](/python/api-reference/arcgis.layers.toc.html#arcgis.layers.WebMap.offline_areas) property accesses the [`OfflineMapAreaManager`](/python/api-reference/arcgis.layers.toc.html#offlinemapareamanager) object with which you can administer all aspects of offline map area management, from creating, to listing to updating. Let's take a look:"
57+
"With ArcGIS API for Python, you can conveniently manage offline areas from a _`Map`_ object. The [`offline_areas`](/python/api-reference/arcgis.map.toc.html#arcgis.map.Map.offline_areas) property accesses the [`OfflineMapAreaManager`](/python/api-reference/arcgis.map.toc.html#offlinemapareamanager) object with which you can administer all aspects of offline map area management, from creating, to listing to updating. Let's take a look:"
5858
]
5959
},
6060
{

0 commit comments

Comments
 (0)