Skip to content

Commit ba8035c

Browse files
committed
added url to properly format hyperlink
1 parent 97fc276 commit ba8035c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"## Properties of a `User` object\n",
108108
"You can query much more information about the user account as properties on the `User` object.\n",
109109
"\n",
110-
"Consult the API [`User`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.User) class reference documentation for a complete listing of properties available on a registered account through the Python API. In addition, the REST API [User](/rest/users-groups-and-items/user.htm#GUID-32113100-DC2C-41AA-924E-08E2CF686B00) resource documentation provides a comprehensive table of details returned in the response to a request of this resource.\n",
110+
"Consult the API [`User`](/python/api-reference/arcgis.gis.toc.html#user) class reference documentation for a complete listing of properties available on a registered account through the Python API. In addition, the REST API [User](/rest/users-groups-and-items/user.htm#GUID-32113100-DC2C-41AA-924E-08E2CF686B00) resource documentation provides a comprehensive table of details returned in the response to a request of this resource.\n",
111111
"\n",
112112
"Let's explore some _user_ properties:"
113113
]
@@ -807,7 +807,7 @@
807807
"metadata": {},
808808
"source": [
809809
"### Creating a user with values other than new member defaults\n",
810-
"Let's first return a list of possible values we can enter in for the _user_type_ argument. The [`license_types`]() property on the `UserManager` returns a dictionary with comprehensive information about each license type. We're only interested in the specific `id` value so we'll use a list comprehension to return a list of possble values to use as _user_type_ arguments:"
810+
"Let's first return a list of possible values we can enter in for the _user_type_ argument. The [`license_types`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager.license_types) property on the `UserManager` returns a dictionary with comprehensive information about each license type. We're only interested in the specific `id` value so we'll use a list comprehension to return a list of possble values to use as _user_type_ arguments:"
811811
]
812812
},
813813
{

0 commit comments

Comments
 (0)