8000 Fix a broken link in Code Guidelines doc (#14314) · PowerShell/PowerShell@927d20a · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 927d20a

Browse files
authored
Fix a broken link in Code Guidelines doc (#14314)
1 parent d47864d commit 927d20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev-process/coding-guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ We also run the [.NET code formatter tool](https://github.com/dotnet/codeformatt
8686

8787
* Make sure the added/updated comments are meaningful, accurate and easy to understand.
8888

89-
* Public members must use [doc comments](https://docs.microsoft.com/dotnet/csharp/programming-guide/xmldoc/xml-documentation-comments).
89+
* Public members must use [doc comments](https://docs.microsoft.com/dotnet/csharp/programming-guide/xmldoc/).
9090
Internal and private members may use doc comments but it is not required.
9191

9292
## Performance Considerations

0 commit comments

Comments
 (0)
0