Skip to content

Commit 0861a07

Browse files
committed
remove incorrect relative path to parent dir
1 parent 72e2045 commit 0861a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/02-api-overview/overview-of-the-arcgis-api-for-python.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"metadata": {},
100100
"source": [
101101
"#### How this website is organized\n",
102-
"The **[guide](../)** pages explain each individual concept of the API and the best practices. The **[sample notebooks](../python/samples/)** explain how to use the API to write Python scripts, incorporating capabilities such as mapping, query, analysis, geocoding, routing, portal administration, and more to solve real world problems. If you are looking for recipes, you may find them as sample notebooks. \n",
102+
"The **[guide](../)** pages explain each individual concept of the API and the best practices. The **[sample notebooks](/python/samples/)** explain how to use the API to write Python scripts, incorporating capabilities such as mapping, query, analysis, geocoding, routing, portal administration, and more to solve real world problems. If you are looking for recipes, you may find them as sample notebooks. \n",
103103
"\n",
104104
"The **[api reference](/python/api-reference)** provides a reference for each class, its properties and methods in the `arcgis` package. The **[ArcGIS API for Python Community](https://community.esri.com/t5/arcgis-api-for-python/ct-p/arcgis-api-for-python)** is an [Esri Community](https://community.esri.com/) where you can share your thoughts about the API, request for features, conduct polls, report bugs, ask questions and engage with the Python community in general."
105105
]
@@ -122,7 +122,7 @@
122122
"name": "python",
123123
"nbconvert_exporter": "python",
124124
"pygments_lexer": "ipython3",
125-
"version": "3.7.10"
125+
"version": "3.7.11"
126126
},
127127
"toc": {
128128
"base_numbering": 1,

0 commit comments

Comments
 (0)