From 5ba71a92ad8854d3281ea28593253cc108d69e32 Mon Sep 17 00:00:00 2001 From: Andrew Rathbun <36825567+AndrewRathbun@users.noreply.github.com> Date: Fri, 22 Oct 2021 16:52:43 -0400 Subject: [PATCH] Fix broken doc link in README (#1735) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14c23f010..b09a98b4f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Table of Contents Introduction ============ -PSScriptAnalyzer is a static code checker for PowerShell modules and scripts. PSScriptAnalyzer checks the quality of PowerShell code by running a [set of rules](RuleDocumentation). +PSScriptAnalyzer is a static code checker for PowerShell modules and scripts. PSScriptAnalyzer checks the quality of PowerShell code by running a [set of rules](docs/Rules). The rules are based on PowerShell best practices identified by PowerShell Team and the community. It generates DiagnosticResults (errors and warnings) to inform users about potential code defects and suggests possible solutions for improvements.