Skip to content

Commit 93ca91a

Browse files
authored
Update rule set link to docs.microsoft.com location
1 parent 191a8ea commit 93ca91a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This repository contains an implementation of the StyleCop rules using the .NET
1515
The preferable way to use the analyzers is to add the nuget package [StyleCop.Analyzers](http://www.nuget.org/packages/StyleCop.Analyzers/)
1616
to the project where you want to enforce StyleCop rules.
1717

18-
The severity of individual rules may be configured using [rule set files](https://msdn.microsoft.com/en-us/library/dd264996.aspx)
18+
The severity of individual rules may be configured using [rule set files](https://docs.microsoft.com/en-us/visualstudio/code-quality/using-rule-sets-to-group-code-analysis-rules)
1919
in Visual Studio 2015 or newer. **Settings.StyleCop** is not supported, but a **stylecop.json** file may be used to
2020
customize the behavior of certain rules. See [Configuration.md](documentation/Configuration.md) for more information.
2121

0 commit comments

Comments
 (0)