Skip to content

Commit 2cfa1bc

Browse files
committed
updated links in guide notebooks to reference full urls to public dev site
1 parent 6d5e20d commit 2cfa1bc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
"cell_type": "markdown",
446446
"metadata": {},
447447
"source": [
448-
"The method returns a dictionary with information on which users could not be added. As seen on the guide for [managing users](/python/guide/accessing-and-managing-users/), users could have custom privileges preventing them from joining groups. In such occasions, you would get the names of those users in this return list.\n",
448+
"The method returns a dictionary with information on which users could not be added. As seen on the guide for [managing users](https://developers.arcgis.com/python/guide/accessing-and-managing-users/), users could have custom privileges preventing them from joining groups. In such occasions, you would get the names of those users in this return list.\n",
449449
"\n",
450450
"### Removing users from a group\n",
451451
"You can remove users from a group by calling the `remove_users()` method and passing the list of usernames to be removed. The method returns you a dictionary containing those users who cannot be removed."

guide/03-the-gis/the-gis-module.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
" * [**GroupManager**](https://developers.arcgis.com/python/guide/accessing-and-managing-groups/) : to manage groups in the GIS \n",
4343
" * [**ContentManager**](https://developers.arcgis.com/python/guide/accessing-and-creating-content/) : to access, add, modify, delete GIS content\n",
4444
"\n",
45-
"This section of the guide helps you get familiar with the `gis` module through focused examples and narrative text. Refer to the sample notebooks for [Org administrators](/python/sample-notebooks/03_org_administrators/faces_of_gis/) to observe how this module can be used to automate the management of your GIS."
45+
"This section of the guide helps you get familiar with the `gis` module through focused examples and narrative text. Refer to the sample notebooks for [Org administrators](https://developers.arcgis.com/python/sample-notebooks/) to observe how this module can be used to automate the management of your GIS."
4646
]
4747
}
4848
],

guide/05-working-with-the-spatially-enabled-dataframe/introduction-to-the-spatially-enabled-dataframe.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@
10511051
"name": "python",
10521052
"nbconvert_exporter": "python",
10531053
"pygments_lexer": "ipython3",
1054-
"version": "3.6.6"
1054+
"version": "3.6.5"
10551055
}
10561056
},
10571057
"nbformat": 4,

guide/05-working-with-the-spatially-enabled-dataframe/visualizing-data-with-the-spatially-enabled-dataframe.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"- Works on features and attributes simultaneously, eliminating to a great extent the need to iterate over all features (rows)\n",
1515
"- Handles reading and writing to multiple formats aiding data conversion\n",
1616
"\n",
17-
"Checkout the [Introduction to Spatially Enabled DataFrame](/python/guide/features-module/introduction-to-the-spatially-enabled-dataframe) guide to learn how to create a Spatially Enabled DataFrame."
17+
"Checkout the [Introduction to Spatially Enabled DataFrame](https://developers.arcgis.com/python/guide/introduction-to-the-spatially-enabled-dataframe/) guide to learn how to create a Spatially Enabled DataFrame."
1818
]
1919
},
2020
{
@@ -275,7 +275,7 @@
275275
"cell_type": "markdown",
276276
"metadata": {},
277277
"source": [
278-
"> Note: If the above cell looks new to you, please checkout the [Introduction to Spatially Enabled DataFrame](/python/guide/features-module/introduction-to-the-spatial-dataframe) guide."
278+
"> Note: If the above cell looks new to you, please checkout the [Introduction to Spatially Enabled DataFrame](https://developers.arcgis.com/python/guide/introduction-to-the-spatially-enabled-dataframe/) guide."
279279
]
280280
},
281281
{

0 commit comments

Comments
 (0)