Skip to content

Commit c9fd84c

Browse files
author
Manushi Majumdar
committed
relative links updated, note syntax updated
1 parent 59cf618 commit c9fd84c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

guide/13-managing-arcgis-applications/hub-premium-guide.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"source": [
3030
"First, we will sign in to an organization with Hub Premium enabled to demonstrate these workflows. \n",
3131
"\n",
32-
"Note: In order to replicate these workflows for yourself, you may have to verify the features available to you, per your ArcGIS Hub licensing. \n",
32+
"> _Note:_ In order to replicate these workflows for yourself, you may have to verify the features available to you, per your ArcGIS Hub licensing. \n",
3333
"\n",
34-
"You may also want to look at these examples for site and page creation and cloning using [ArcGIS Basic](../guide/hub-for-guide-basic) and site and page layout and theme editing using [Enterprise Sites](../guide/enterprise-sites) to see the other ways of working with your Hub using the ArcGIS API for Python. "
34+
"You may also want to look at these examples for site and page creation and cloning using [ArcGIS Basic](../hub-for-guide-basic) and site and page layout and theme editing using [Enterprise Sites](../enterprise-sites) to see the other ways of working with your Hub using the ArcGIS API for Python. "
3535
]
3636
},
3737
{
@@ -57,7 +57,7 @@
5757
"id": "723532c9",
5858
"metadata": {},
5959
"source": [
60-
"Next, we will initialize a [Hub](https://developers.arcgis.com/python/api-reference/arcgis.apps.hub.html#hub) object to create an initiative with this Hub Premium Web GIS."
60+
"Next, we will initialize a [Hub](/python/api-reference/arcgis.apps.hub.html#hub) object to create an initiative with this Hub Premium Web GIS."
6161
]
6262
},
6363
{
@@ -245,7 +245,7 @@
245245
"source": [
246246
"### Update an Initiative\n",
247247
"\n",
248-
"You can update certain initiative properties using the `update` method on the initiative object. The list of properties that can be updated using this method can be found [here](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.update).\n",
248+
"You can update certain initiative properties using the [`update()`](/python/api-reference/arcgis.apps.hub.html#arcgis.apps.hub.initiatives.Initiative.update) method on the [Initiative](/python/api-reference/arcgis.apps.hub.html#arcgis.apps.hub.html#initiative) object. The list of properties that can be updated using this method can be found [here](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.update).\n",
249249
"\n",
250250
"We will first print the current snippet of the initiative we created, update it and verify the update."
251251
]
@@ -359,7 +359,7 @@
359359
"id": "a5d36606",
360360
"metadata": {},
361361
"source": [
362-
"Note: The pattern to add, search, get, update and delete Events is identical to that of Initiatives."
362+
">_Note:_ The pattern to add, search, get, update and delete Events is identical to that of Initiatives."
363363
]
364364
},
365365
{
@@ -469,7 +469,7 @@
469469
"name": "python",
470470
"nbconvert_exporter": "python",
471471
"pygments_lexer": "ipython3",
472-
"version": "3.7.16"
472+
"version": "3.10.9"
473473
}
474474
},
475475
"nbformat": 4,

0 commit comments

Comments
 (0)