Skip to content

Commit 61ee13b

Browse files
Update README.md
Fix broken link
1 parent df2a743 commit 61ee13b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ When a rule is found annoying and someone wants to deactivate it, this must foll
2626

2727
## Usage
2828

29-
Take a copy of the [distribution](/tree/main/distribution) folder and drop it into the root of a project. Once this is done, when opening a file in Visual Studio, the .editorconfig file settings will automatically be used to help format the document and also raise warnings if the code style and formatting does not conform to the rules.
29+
Take a copy of the [distribution](https://github.com/atc-net/atc-coding-rules/tree/main/distribution) folder and drop it into the root of a project. Once this is done, when opening a file in Visual Studio, the .editorconfig file settings will automatically be used to help format the document and also raise warnings if the code style and formatting does not conform to the rules.
3030

3131
For Visual Studio Code, install the [EditorConfig for VS Code](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) extension to gain .editorconfig support.
3232

@@ -101,4 +101,4 @@ Example of a hierarchy:
101101

102102
![Img](docs/fig-editorconfig.png)
103103

104-
The `dotnet_diagnostic.SA1633.severity` value will be read as: ~~none~~ => ~~error~~ => ~~suggestion~~ => **error**
104+
The `dotnet_diagnostic.SA1633.severity` value will be read as: ~~none~~ => ~~error~~ => ~~suggestion~~ => **error**

0 commit comments

Comments
 (0)