Skip to content

Commit 38a50b4

Browse files
committed
update incorrect url for link
1 parent 54a783c commit 38a50b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/03-the-gis/accessing-and-managing-users.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@
12361236
"\n",
12371237
"> **Note:** If an item's sharing level is _private_ but shared with _groups_, the receiving _user_ must have the appropriate sharing access to all groups the item is shared with.\n",
12381238
"\n",
1239-
"We'll reassign the source [`Feature Layer`](/python/api-reference/arcgis.features.toc.html#featurelayer) items about accidents in Chicago to the `tiles_pub_user` user we created earlier. We'll use the [`advanced_search()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.advanced_search) method to query for specific item titles and types, and reassign these items. You can reassign specific items to another user by calling the [`reassign_to()`](/python//api-reference/arcgis.gis.toc.html#arcgis.gis.Item.reassign_to) method on the `Item` object. "
1239+
"We'll reassign the source [`Feature Layer`](/python/api-reference/arcgis.features.toc.html#featurelayer) items about accidents in Chicago to the `tiles_pub_user` user we created earlier. We'll use the [`advanced_search()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.advanced_search) method to query for specific item titles and types, and reassign these items. You can reassign specific items to another user by calling the [`reassign_to()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.reassign_to) method on the `Item` object. "
12401240
]
12411241
},
12421242
{

0 commit comments

Comments
 (0)