We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8a02a3 + 08abdd3 commit 74ef974Copy full SHA for 74ef974
Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psm1
@@ -37,7 +37,7 @@ function Compress-Archive
37
[CmdletBinding(
38
DefaultParameterSetName="Path",
39
SupportsShouldProcess=$true,
40
- HelpUri="http://go.microsoft.com/fwlink/?LinkID=393252")]
+ HelpUri="https://go.microsoft.com/fwlink/?LinkID=393252")]
41
[OutputType([System.IO.File])]
42
param
43
(
@@ -250,7 +250,7 @@ function Expand-Archive
250
251
252
253
- HelpUri="http://go.microsoft.com/fwlink/?LinkID=393253")]
+ HelpUri="https://go.microsoft.com/fwlink/?LinkID=393253")]
254
[OutputType([System.IO.FileSystemInfo])]
255
256
0 commit comments