Skip to content

Commit 36dc3e1

Browse files
authored
Apply suggestions from code review
1 parent 016700a commit 36dc3e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dsc/docs-conceptual/dsc-3.0/concepts/output-accessibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 09/12/2024
55
title: Improve the accessibility of DSC output in PowerShell
66
---
77

8-
# Improve the DSC accessibility of output in PowerShell
8+
# Improve the accessibility of DSC output in PowerShell
99

1010
Most terminal environments only display raw text. Users that rely on screen readers are faced with
1111
tedious narration when consuming large amounts of raw text because the raw output doesn't have the
@@ -102,7 +102,7 @@ dsc resource list -a Microsoft.Windows/WindowsPowerShell |
102102

103103
## Additional reading
104104

105-
- [Improve the accessibility of output in PowerShell](https://learn.microsoft.com/powershell/scripting/learn/shell/output-for-screen-reader?view=powershell-7.4)
105+
- [Improve the accessibility of output in PowerShell](/powershell/scripting/learn/shell/output-for-screen-reader)
106106
- [Out-GridView](xref:Microsoft.PowerShell.Utility.Out-GridView)
107107
- [Export-Csv](xref:Microsoft.PowerShell.Utility.Export-Csv)
108108
- [ConvertTo-Html](xref:Microsoft.PowerShell.Utility.ConvertTo-Html)

0 commit comments

Comments
 (0)