We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b04de commit 90e9e24Copy full SHA for 90e9e24
src/features/CodeActions.ts
@@ -42,7 +42,7 @@ export class CodeActionsFeature implements IFeature {
42
}
43
44
public showRuleDocumentation(ruleId: string) {
45
- const pssaDocBaseURL = "https://github.com/PowerShell/PSScriptAnalyzer/blob/development/RuleDocumentation";
+ const pssaDocBaseURL = "https://github.com/PowerShell/PSScriptAnalyzer/blob/master/RuleDocumentation";
46
47
if (!ruleId) {
48
this.log.writeWarning("Cannot show documentation for code action, no ruleName was supplied.");
0 commit comments