Skip to content

Commit

Permalink
Update PSSA docs Url to point to master branch because master is now …
Browse files Browse the repository at this point in the history
…the default branch (#2037)
  • Loading branch information
bergmeister authored and TylerLeonhardt committed Jun 25, 2019
1 parent 59b04de commit 90e9e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/CodeActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class CodeActionsFeature implements IFeature {
}

public showRuleDocumentation(ruleId: string) {
const pssaDocBaseURL = "https://github.com/PowerShell/PSScriptAnalyzer/blob/development/RuleDocumentation";
const pssaDocBaseURL = "https://github.com/PowerShell/PSScriptAnalyzer/blob/master/RuleDocumentation";

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

0 comments on commit 90e9e24

Please sign in to comment.