Skip to content

Commit 5ba71a9

Browse files
Fix broken doc link in README (#1735)
1 parent 0be5a01 commit 5ba71a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Table of Contents
3939

4040
Introduction
4141
============
42-
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).
42+
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).
4343
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
4444
code defects and suggests possible solutions for improvements.
4545

0 commit comments

Comments
 (0)