Skip to content

Commit e886653

Browse files
Apply suggestions from code review
Co-authored-by: Christoph Bergmeister <[email protected]>
1 parent bd274c0 commit e886653

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/Rules/UseBOMForUnicodeEncodedFile.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ files with a BOM.
3737

3838
For more information, see the following articles:
3939

40-
- [about_Character_Encoding](/powershell/module/microsoft.powershell.core/about/about_character_encoding)
41-
- [Set-Content](xref:Microsoft.PowerShell.Management.Set-Content)
42-
- [Understanding file encoding in VS Code and PowerShell](/powershell/scripting/dev-cross-plat/vscode/understanding-file-encoding)
40+
- [about_Character_Encoding](https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_character_encoding)
41+
- [Set-Content](https://learn.microsoft.com/powershell/module/microsoft.powershell.management/set-content)
42+
- [Understanding file encoding in VS Code and PowerShell](https://learn.microsoft.com/powershell/scripting/dev-cross-plat/vscode/understanding-file-encoding)

docs/Rules/UseUTF8EncodingForHelpFile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ save files with a specific encoding.
2727

2828
For more information, see the following articles:
2929

30-
- [System.IO.StreamReader](xref:System.IO.StreamReader.CurrentEncoding%2A)
30+
- [System.IO.StreamReader](https://learn.microsoft.com/dotnet/api/system.io.streamreader.currentencoding)
3131
- [about_Character_Encoding](https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_character_encoding)
32-
- [Set-Content](xref:Microsoft.PowerShell.Management.Set-Content)
32+
- [Set-Content](https://learn.microsoft.com/powershell/module/microsoft.powershell.management/set-content)
3333
- [Understanding file encoding in VS Code and PowerShell](https://learn.microsoft.com/powershell/scripting/dev-cross-plat/vscode/understanding-file-encoding)

0 commit comments

Comments
 (0)