Skip to content

Commit e0d90cd

Browse files
committed
updates
1 parent c83aa45 commit e0d90cd

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.openpublishing.publish.config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@
5151
"url": "https://github.com/SharePoint/PnP-Tools.git",
5252
"branch": "master",
5353
"branch_mapping": {}
54+
},
55+
{
56+
"path_to_root": "sp-dev-modernization",
57+
"url": "https://github.com/SharePoint/sp-dev-modernization.git",
58+
"branch": "master",
59+
"branch_mapping": {}
5460
}
5561
],
5662
"branch_target_mapping": {

docs/transform/modernize-connect-to-office365-group.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Error | Description
105105
106106
During script execution, a log file is generated, combined with an error file that contains a subset of the log file (only the errors).
107107

108-
[!code-powershell[validategroupifyinput](../../PnP-Tools/Solutions/SharePoint.Modernization/Scripts/Groupify/ValidateInput.ps1 "Validate group-connect input file")]
108+
[!code-powershell[validategroupifyinput](../../sp-dev-modernization/tree/master/Scripts/O365GroupConnect/ValidateInput.ps1 "Validate group-connect input file")]
109109

110110
#### Run the bulk group-connect process
111111

@@ -132,7 +132,7 @@ Running the following PowerShell script requires that you update the tenant admi
132132
133133
During script execution, a log file is generated, combined with an error file that contains a subset of the log file (only the errors).
134134

135-
[!code-powershell[bulkgroupify](../../PnP-Tools/Solutions/SharePoint.Modernization/Scripts/Groupify/GroupifySite.ps1 "Bulk group-connect sites")]
135+
[!code-powershell[bulkgroupify](../../sp-dev-modernization/tree/master/Scripts/O365GroupConnect/O365GroupConnectSite.ps1 "Bulk group-connect sites")]
136136

137137
## See also
138138

docs/transform/modernize-userinterface-site-pages-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The page transformation engine can also be used from PowerShell. This allows it
1717
1818
Below script shows how to call the transformation engine using [PnP PowerShell](http://aka.ms/sppnp-powershell):
1919

20-
[!code-powershell[transformpages](../../PnP-Tools/Solutions/SharePoint.Modernization/Scripts/PageTransformation/TransformPageSample.ps1 "Transform pages to modern pages using PowerShell")]
20+
[!code-powershell[transformpages](../../sp-dev-modernization/tree/master/Scripts/PageTransformation/TransformPageSampleBasic.ps1 "Transform pages to modern pages using PowerShell")]
2121

2222
## Options for the Invoke-PnPModernizationPageTransformation cmdlet
2323

0 commit comments

Comments
 (0)