Skip to content

Commit db8e7d1

Browse files
bergmeisterrjmholt
authored andcommitted
Update PSSA docs Url to point to master branch because master is now the default branch (PowerShell#2037)
1 parent 2be3d85 commit db8e7d1

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)