From 074f18311c212f86dce89d9c192dba62fe5c8389 Mon Sep 17 00:00:00 2001 From: "Christoph Bergmeister [MVP]" Date: Wed, 19 Jun 2019 11:08:53 +0100 Subject: [PATCH] Update PSSA docs Url to point to master branch because master is now the default branch --- 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.");