Skip to content

Commit 74ef974

Browse files
authored
Merge pull request #25 from PowerShell/SteveL-MSFT-patch-1
Fix helpuris
2 parents d8a02a3 + 08abdd3 commit 74ef974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function Compress-Archive
3737
[CmdletBinding(
3838
DefaultParameterSetName="Path",
3939
SupportsShouldProcess=$true,
40-
HelpUri="http://go.microsoft.com/fwlink/?LinkID=393252")]
40+
HelpUri="https://go.microsoft.com/fwlink/?LinkID=393252")]
4141
[OutputType([System.IO.File])]
4242
param
4343
(
@@ -250,7 +250,7 @@ function Expand-Archive
250250
[CmdletBinding(
251251
DefaultParameterSetName="Path",
252252
SupportsShouldProcess=$true,
253-
HelpUri="http://go.microsoft.com/fwlink/?LinkID=393253")]
253+
HelpUri="https://go.microsoft.com/fwlink/?LinkID=393253")]
254254
[OutputType([System.IO.FileSystemInfo])]
255255
param
256256
(

0 commit comments

Comments
 (0)