Skip to content

Commit 28e030c

Browse files
Fix URL
1 parent c3c79ba commit 28e030c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/prompts/dotnet/codestyle.prompt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ This guide provides a set of best practices and coding standards for writing C#
581581

582582
### Element Positioning
583583

584-
Please adhere to [Style Cop SA1201](https://docs.github.com/en/copilot/using-github-copilot/code-review/configuring-coding-guidelines#creating-a-coding-guideline) for organizing code in a file.
584+
Please adhere to [Style Cop SA1201](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1201.md) for organizing code in a file.
585585

586586
Elements at the file root level or within a namespace should be positioned in the following order:
587587

@@ -609,4 +609,4 @@ Indexers
609609
Methods
610610
Records
611611
Structs
612-
Classes
612+
Classes

0 commit comments

Comments
 (0)