Skip to content

Commit 272bf99

Browse files
authored
Update the HelpInfoURI to point to the latest help content (#3171)
1 parent f637a06 commit 272bf99

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://aka.ms/powershell71-help'
18+
HelpInfoURI = 'https://aka.ms/powershell72-help'
1919
}

0 commit comments

Comments
 (0)