Skip to content

Commit 8f40aa1

Browse files
authored
Fix base URI for rule documentation (#3608)
1 parent 515fb66 commit 8f40aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/CodeActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export class CodeActionsFeature implements vscode.Disposable {
3434
}
3535

3636
public showRuleDocumentation(ruleId: string) {
37-
const pssaDocBaseURL = "https://github.com/PowerShell/PSScriptAnalyzer/blob/master/RuleDocumentation";
37+
const pssaDocBaseURL = "https://github.com/PowerShell/PSScriptAnalyzer/blob/master/docs/Rules";
3838

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

0 commit comments

Comments
 (0)