Skip to content

Commit 4232abb

Browse files
authored
Update guide/03-the-gis/accessing-and-creating-content.ipynb
1 parent 2f4be3d commit 4232abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/03-the-gis/accessing-and-creating-content.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2332,7 +2332,7 @@
23322332
"source": [
23332333
"**Note**: here, we used the `add()` method to add the `FeatureCollection` object in memory as an item on the GIS. Notice we used the `text` property to pass the JSON representation of the feature collection and the `type` property to indicate the item type. You can use the same method to publish web maps and web scenes.\n",
23342334
"\n",
2335-
"The [sample notebooks for content publishers](https://developers.arcgis.com/python/lastest/samples/publishing-web-maps-and-web-scenes/) show how the concepts discussed here can be used to publish web maps and scenes to your GIS"
2335+
"The [sample notebooks for content publishers](https://developers.arcgis.com/python/latest/samples/publishing-web-maps-and-web-scenes/) show how the concepts discussed here can be used to publish web maps and scenes to your GIS"
23362336
]
23372337
},
23382338
{

0 commit comments

Comments
 (0)