Skip to content

Commit 90e9e24

Browse files
bergmeisterTylerLeonhardt
authored andcommitted
Update PSSA docs Url to point to master branch because master is now the default branch (#2037)
1 parent 59b04de commit 90e9e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/CodeActions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class CodeActionsFeature implements IFeature {
4242
}
4343

4444
public showRuleDocumentation(ruleId: string) {
45-
const pssaDocBaseURL = "https://github.com/PowerShell/PSScriptAnalyzer/blob/development/RuleDocumentation";
45+
const pssaDocBaseURL = "https://github.com/PowerShell/PSScriptAnalyzer/blob/master/RuleDocumentation";
4646

4747
if (!ruleId) {
4848
this.log.writeWarning("Cannot show documentation for code action, no ruleName was supplied.");

0 commit comments

Comments
 (0)