You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/solution-guidance/pnp-provisioning-schema.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ There is a 20-minute Channel 9 video that discusses the provisioning schema: [De
16
16
17
17
Sample schemas are available on: [GitHub at PnP-Provisioning-Schema/Samples](https://github.com/SharePoint/PnP-Provisioning-Schema/tree/master/Samples).
18
18
19
-
The code block below displays the schema's root element and direct child elements of the root. You can find provisioning schema documentation on GitHub: [PnP provisioning schema](https://github.com/SharePoint/PnP-Sites-Core/blob/dev/Core/Tools/OfficeDevPnP.Core.Tools.DocsGenerator/OfficeDevPnP.Core.Tools.DocsGenerator/ProvisioningSchema-2015-08.md).
19
+
The code block below displays the schema's root element and direct child elements of the root. You can find provisioning schema documentation on GitHub: [PnP provisioning schema](https://github.com/SharePoint/PnP-Provisioning-Schema).
20
20
21
21
```
22
22
<pnp:ProvisioningTemplate
@@ -55,6 +55,6 @@ The code block below displays the schema's root element and direct child element
55
55
56
56
-[Deep dive to PnP provisioning engine schema](https://channel9.msdn.com/blogs/OfficeDevPnP/Deep-dive-to-PnP-provisioning-engine-schema)
0 commit comments