Skip to content

Commit 8f40aa1

Browse files
authored
Fix base URI for rule documentation (PowerShell#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

+1-1
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)