We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4dd831 commit 58af786Copy full SHA for 58af786
Engine/PSScriptAnalyzer.psd1
@@ -83,9 +83,9 @@ AliasesToExport = @()
83
PrivateData = @{
84
PSData = @{
85
Tags = 'lint', 'bestpractice'
86
- LicenseUri = 'https://github.com/PowerShell/PSScriptAnalyzer/blob/master/LICENSE'
+ LicenseUri = 'https://github.com/PowerShell/PSScriptAnalyzer/blob/main/LICENSE'
87
ProjectUri = 'https://github.com/PowerShell/PSScriptAnalyzer'
88
- IconUri = 'https://raw.githubusercontent.com/powershell/psscriptanalyzer/master/logo.png'
+ IconUri = 'https://raw.githubusercontent.com/powershell/psscriptanalyzer/main/logo.png'
89
ReleaseNotes = ''
90
}
91
0 commit comments