Skip to content

Commit 0a617d4

Browse files
committed
update link to relative and remove credentials
1 parent e068fad commit 0a617d4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

+2-2
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/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"
2335+
"The [sample notebooks for content publishers](/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
{
@@ -2582,7 +2582,7 @@
25822582
"name": "python",
25832583
"nbconvert_exporter": "python",
25842584
"pygments_lexer": "ipython3",
2585-
"version": "3.11.0"
2585+
"version": "3.11.11"
25862586
},
25872587
"toc": {
25882588
"base_numbering": 1,

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"source": [
6363
"# Create a GIS connection\n",
6464
"gis = GIS()\n",
65-
"agol_gis = GIS(\"https://www.arcgis.com\", \"arcgis_python\", \"amazing_arcgis_123\")"
65+
"agol_gis = GIS(profile=\"your_online_profile\")"
6666
]
6767
},
6868
{
@@ -1798,7 +1798,7 @@
17981798
],
17991799
"metadata": {
18001800
"kernelspec": {
1801-
"display_name": "Python 3",
1801+
"display_name": "Python 3 (ipykernel)",
18021802
"language": "python",
18031803
"name": "python3"
18041804
},
@@ -1812,7 +1812,7 @@
18121812
"name": "python",
18131813
"nbconvert_exporter": "python",
18141814
"pygments_lexer": "ipython3",
1815-
"version": "3.7.10"
1815+
"version": "3.11.11"
18161816
},
18171817
"toc": {
18181818
"base_numbering": 1,

0 commit comments

Comments
 (0)