Skip to content

Commit d76cdc3

Browse files
adityapatwardhanTravisEz13
authored andcommitted
Fix New-TemporaryFile online help URI (PowerShell#6608)
1 parent f591f4d commit d76cdc3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Microsoft.PowerShell.Commands.Utility/commands/utility/NewTemporaryFileCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Microsoft.PowerShell.Commands
1010
/// <summary>
1111
/// The implementation of the "New-TemporaryFile" cmdlet
1212
/// </summary>
13-
[Cmdlet(VerbsCommon.New, "TemporaryFile", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkId=526726")]
13+
[Cmdlet(VerbsCommon.New, "TemporaryFile", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkId=821836")]
1414
[OutputType(typeof(System.IO.FileInfo))]
1515
public class NewTemporaryFileCommand : Cmdlet
1616
{

test/powershell/engine/Help/assets/HelpURI/V3Cmdlets.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Enter-PSHostProcess,https://go.microsoft.com/fwlink/?LinkId=403736
6363
Exit-PSHostProcess,https://go.microsoft.com/fwlink/?LinkId=403737
6464
Clear-RecycleBin,https://go.microsoft.com/fwlink/?LinkId=524082
6565
ConvertFrom-String,https://go.microsoft.com/fwlink/?LinkId=507579
66-
New-TemporaryFile,https://go.microsoft.com/fwlink/?LinkId=526726
66+
New-TemporaryFile,https://go.microsoft.com/fwlink/?LinkId=821836
6767
New-Guid,https://go.microsoft.com/fwlink/?LinkId=526920
6868
Format-Hex,https://go.microsoft.com/fwlink/?LinkId=526919
6969
Convert-String,https://go.microsoft.com/fwlink/?LinkId=528577

0 commit comments

Comments
 (0)