Skip to content

Commit 23587a4

Browse files
author
Manushi Majumdar
committed
relative links updated, note syntax updated
1 parent d67a954 commit 23587a4

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"id": "9cc8498c",
1616
"metadata": {},
1717
"source": [
18-
"Note: The pattern to add, search, get, update and delete `Sites` and `Pages` is identical to that of __Initiatives__ (insert link to premium nb) as demonstrated here. \n",
18+
">_Note:_ The pattern to add, search, get, update and delete `Sites` and `Pages` is identical to that of [Initiatives](../hub-for-guide-premium) as demonstrated here. \n",
1919
"\n",
2020
"In this notebook, we will take a look at examples of how to\n",
2121
"* Create a site and pages\n",
@@ -42,7 +42,9 @@
4242
"\n",
4343
"Note: In order to replicate these workflows, you may have to sign-in using your own credentials for your ArcGIS organization. This notebook is only designed for demonstration purposes. You may also want to verify the features available to you, per your ArcGIS Hub licensing.\n",
4444
"\n",
45-
"Here are examples for working with Initiatives and Events using [ArcGIS Hub Premium](../guide/hub-for-guide-premium), site and page layouts, and theme editing using [Enterprise Sites](../guide/enterprise-sites). "
45+
"If you are looking for examples for working with Initiatives and Events we have this [ArcGIS Hub Premium](../hub-for-guide-premium) guide. We also have a guide that uses [Enterprise Sites](../enterprise-sites) to demonstrate site and page layouts and theme editing. \n",
46+
"\n",
47+
"Here are examples that demonstrate cloning of Sites and Pages using ArcGIS Hub Premium."
4648
]
4749
},
4850
{
@@ -80,7 +82,7 @@
8082
"source": [
8183
"### Adding new sites and pages\n",
8284
"\n",
83-
"ArcGIS Hub allows you to build configurable and branded websites for sharing internal and public content, such as apps, data, and media. If you're using ArcGIS Hub Premium, you can launch a site by creating an [initiative](../guide/hub-for-guide-premium). You can build a Hub Basic Site using the ArcGIS API for Python as follows:"
85+
"ArcGIS Hub allows you to build configurable and branded websites for sharing internal and public content, such as apps, data, and media. You can build a Hub Basic Site using the ArcGIS API for Python as follows:"
8486
]
8587
},
8688
{
@@ -265,11 +267,11 @@
265267
"source": [
266268
"### Cloning the site in an ArcGIS Enterprise organization\n",
267269
"\n",
268-
"A feature exclusive to the Python API version of ArcGIS Hub, is the ability to clone sites and initiatives cross-platform.\n",
270+
"A feature exclusive to the Python API version of ArcGIS Hub, is the ability to clone sites and initiatives between ArcGIS Online and ArcGIS Enterprise Organizations.\n",
269271
"\n",
270272
"Once we sign into our ArcGIS Enterprise target organization, we will be able to clone this site there, allowing us to use the same layout of this site without having to re-create and re-configure it in another organization.\n",
271273
"\n",
272-
"Note: This workflow is for demonstration purposes only. To replicate this, you may have to sign-in to an ArcGIS Enterprise organization you have access to.\n"
274+
">_Note:_ This workflow is for demonstration purposes only. To replicate this, you may have to sign-in to an ArcGIS Enterprise organization you have access to.\n"
273275
]
274276
},
275277
{
@@ -736,7 +738,7 @@
736738
"name": "python",
737739
"nbconvert_exporter": "python",
738740
"pygments_lexer": "ipython3",
739-
"version": "3.7.16"
741+
"version": "3.10.9"
740742
}
741743
},
742744
"nbformat": 4,

0 commit comments

Comments
 (0)