From 90e9e246fabad84b3134524edb86611e0c5c3341 Mon Sep 17 00:00:00 2001 From: "Christoph Bergmeister [MVP]" Date: Tue, 25 Jun 2019 21:56:21 +0100 Subject: [PATCH] Update PSSA docs Url to point to master branch because master is now the default branch (#2037) --- src/features/CodeActions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/CodeActions.ts b/src/features/CodeActions.ts index 53f18fd1db..d830bba195 100644 --- a/src/features/CodeActions.ts +++ b/src/features/CodeActions.ts @@ -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.");