Skip to content

Commit c4c0a45

Browse files
committed
more url fixes.
1 parent cc74e3c commit c4c0a45

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

guide/04-feature-data-and-analysis/part1_parcel_fabric_an_introduction.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
7878
{
7979
"data": {
8080
"text/plain": [
81-
"['https://rextapilnx02eb.esri.com/server/rest/services/WashingtonCounty/FeatureServer',\n",
82-
" 'https://rextapilnx02eb.esri.com/server/rest/services/WashingtonCounty/ParcelFabricServer',\n",
83-
" 'https://rextapilnx02eb.esri.com/server/rest/services/WashingtonCounty/VersionManagementServer']"
81+
"['https://rextapilnx02eb.myite.com/server/rest/services/WashingtonCounty/FeatureServer',\n",
82+
" 'https://rextapilnx02eb.myite.com/server/rest/services/WashingtonCounty/ParcelFabricServer',\n",
83+
" 'https://rextapilnx02eb.myite.com/server/rest/services/WashingtonCounty/VersionManagementServer']"
8484
]
8585
},
8686
"execution_count": 2,
@@ -90,7 +90,7 @@
9090
],
9191
"source": [
9292
"base_server_url = (\n",
93-
" \"https://rextapilnx02eb.esri.com/server/rest/services/WashingtonCounty/\"\n",
93+
" \"https://rextapilnx02eb.myite.com/server/rest/services/WashingtonCounty/\"\n",
9494
")\n",
9595
"gis = GIS(\n",
9696
" \"https://myenterprisesite.com/portal/\",\n",

guide/04-feature-data-and-analysis/part2_branch_versioning_with_parcel_fabrics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
],
7676
"source": [
7777
"base_server_url = (\n",
78-
" \"https://rextapilnx02eb.esri.com/server/rest/services/WashingtonCounty/\"\n",
78+
" \"https://rextapilnx02eb.myite.com/server/rest/services/WashingtonCounty/\"\n",
7979
")\n",
8080
"gis = GIS(\n",
8181
" \"https://myenterprisesite.com/portal/\",\n",

guide/04-feature-data-and-analysis/part3_create_a_parcel_record.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
],
5959
"source": [
6060
"base_server_url = (\n",
61-
" \"https://rextapilnx02eb.esri.com/server/rest/services/WashingtonCounty/\"\n",
61+
" \"https://rextapilnx02eb.myite.com/server/rest/services/WashingtonCounty/\"\n",
6262
")\n",
6363
"gis = GIS(\n",
6464
" \"https://myenterprisesite.com/portal/\",\n",
@@ -132,7 +132,7 @@
132132
{
133133
"data": {
134134
"text/plain": [
135-
"'https://rextapilnx02eb.esri.com/server/rest/services/WashingtonCounty/FeatureServer/1'"
135+
"'https://rextapilnx02eb.myite.com/server/rest/services/WashingtonCounty/FeatureServer/1'"
136136
]
137137
},
138138
"execution_count": 4,
@@ -195,7 +195,7 @@
195195
{
196196
"data": {
197197
"text/plain": [
198-
"<FeatureLayer url:\"https://rextapilnx02eb.esri.com/server/rest/services/WashingtonCounty/FeatureServer/1\">"
198+
"<FeatureLayer url:\"https://rextapilnx02eb.myite.com/server/rest/services/WashingtonCounty/FeatureServer/1\">"
199199
]
200200
},
201201
"execution_count": 6,

guide/04-feature-data-and-analysis/part4_query_parcels.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
],
107107
"source": [
108108
"base_server_url = (\n",
109-
" \"https://rextapilnx02eb.esri.com/server/rest/services/WashingtonCounty/\"\n",
109+
" \"https://rextapilnx02eb.myite.com/server/rest/services/WashingtonCounty/\"\n",
110110
")\n",
111111
"gis = GIS(\n",
112112
" \"https://myenterprisesite.com/portal/\",\n",
@@ -131,7 +131,7 @@
131131
{
132132
"data": {
133133
"text/plain": [
134-
"'https://rextapilnx02eb.esri.com/server/rest/services/WashingtonCounty/FeatureServer/1'"
134+
"'https://rextapilnx02eb.myite.com/server/rest/services/WashingtonCounty/FeatureServer/1'"
135135
]
136136
},
137137
"execution_count": 3,
@@ -277,7 +277,7 @@
277277
{
278278
"data": {
279279
"text/plain": [
280-
"'https://rextapilnx02eb.esri.com/server/rest/services/WashingtonCounty/FeatureServer/15'"
280+
"'https://rextapilnx02eb.myite.com/server/rest/services/WashingtonCounty/FeatureServer/15'"
281281
]
282282
},
283283
"execution_count": 6,

guide/04-feature-data-and-analysis/part5_merge_parcels.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"outputs": [],
5252
"source": [
5353
"base_server_url = (\n",
54-
" \"https://rextapilnx02eb.esri.com/server/rest/services/WashingtonCounty/\"\n",
54+
" \"https://rextapilnx02eb.myite.com/server/rest/services/WashingtonCounty/\"\n",
5555
")\n",
5656
"gis = GIS(\n",
5757
" \"https://myenterprisesite.com/portal/\",\n",

0 commit comments

Comments
 (0)