Skip to content

Commit 927d20a

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)