Skip to content

Commit 76baae2

Browse files
Fix wrong feature link in 7.4 release notes
PSNativeCommandPreserveBytePipe was using the wrong link reference (10 rather than 11). The linked doc has also been changed to `about_Pipelines`, as this explicitly mentions the (now mainstream) feature by name.
1 parent 2c0fc87 commit 76baae2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-74.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For a complete list of changes, see the [CHANGELOG][chg] in the GitHub repositor
2727
- Output from `Test-Connection` now includes more detailed information about TCP connection tests
2828
- .NET introduced changes that affected `Test-Connection`. The cmdlet now returns an error about
2929
the need to use `sudo` on Linux platforms when using a custom buffer size ([#20369][20369])
30-
- Experimental feature [PSNativeCommandPreserveBytePipe][10] is now mainstream. PowerShell now
30+
- Experimental feature [PSNativeCommandPreserveBytePipe][11] is now mainstream. PowerShell now
3131
preserves the byte-stream data when redirecting the **stdout** stream of a native command to a
3232
file or when piping byte-stream data to the stdin stream of a native command.
3333
- Change how relative paths in `Resolve-Path` are handled when using the **RelativeBasePath**
@@ -232,7 +232,7 @@ For more information about the Experimental Features, see [Using Experimental Fe
232232
[08]: /powershell/module/microsoft.powershell.core/about/about_ansi_terminals
233233
[09]: /powershell/module/microsoft.powershell.core/about/about_preference_variables#psnativecommandargumentpassing
234234
[10]: /powershell/module/microsoft.powershell.core/about/about_preference_variables#psnativecommanduseerroractionpreference
235-
[11]: /powershell/module/microsoft.powershell.core/about/about_redirection?view=powershell-7.4&preserve-view=true#redirecting-output-from-native-commands
235+
[11]: /powershell/module/microsoft.powershell.core/about/about_pipelines#using-native-commands-in-the-pipeline
236236
[12]: /powershell/module/microsoft.powershell.psresourceget
237237
[13]: /powershell/module/psreadline
238238
[14]: https://json-schema.org/understanding-json-schema/reference/schema

0 commit comments

Comments
 (0)