Skip to content

Commit f8b004a

Browse files
committed
Update 'HelpInfoURI' for the PSReadLine module (#1589)
1 parent 6499af8 commit f8b004a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSReadLine/PSReadLine.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ AliasesToExport = @()
1515
FunctionsToExport = 'PSConsoleHostReadLine'
1616
CmdletsToExport = 'Get-PSReadLineKeyHandler','Set-PSReadLineKeyHandler','Remove-PSReadLineKeyHandler',
1717
'Get-PSReadLineOption','Set-PSReadLineOption'
18-
HelpInfoURI = 'https://go.microsoft.com/fwlink/?LinkId=2113630'
18+
HelpInfoURI = 'https://aka.ms/powershell71-help'
1919
}

0 commit comments

Comments
 (0)