We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515fb66 commit 8f40aa1Copy full SHA for 8f40aa1
src/features/CodeActions.ts
@@ -34,7 +34,7 @@ export class CodeActionsFeature implements vscode.Disposable {
34
}
35
36
public showRuleDocumentation(ruleId: string) {
37
- const pssaDocBaseURL = "https://github.com/PowerShell/PSScriptAnalyzer/blob/master/RuleDocumentation";
+ const pssaDocBaseURL = "https://github.com/PowerShell/PSScriptAnalyzer/blob/master/docs/Rules";
38
39
if (!ruleId) {
40
this.log.writeWarning("Cannot show documentation for code action, no ruleName was supplied.");
0 commit comments