From 2b5f332eb21ef05d4e142e1bb73da3a0fe89a117 Mon Sep 17 00:00:00 2001 From: Theano Petersen Date: Tue, 17 Mar 2026 14:30:17 -0700 Subject: [PATCH 1/2] Bulk Fix broken links This PR contains fixes to broken links. For work item request details see [558724](https://dev.azure.com/msft-skilling/Content/_workitems/edit/558724) --- .../install/install-powershell-on-macos.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/reference/docs-conceptual/install/install-powershell-on-macos.md b/reference/docs-conceptual/install/install-powershell-on-macos.md index c2f7b1ba260..bcb4f380dc1 100644 --- a/reference/docs-conceptual/install/install-powershell-on-macos.md +++ b/reference/docs-conceptual/install/install-powershell-on-macos.md @@ -31,8 +31,8 @@ install. - Arm64 processors - [powershell-7.4.14-osx-arm64.pkg][05] - x64 processors - [powershell-7.4.14-osx-x64.pkg][07] - PowerShell 7.6-preview - - Arm64 processors - [powershell-7.6.0-rc1-osx-arm64.pkg][13] - - x64 processors - [powershell-7.6.0-rc1-osx-x64.pkg][15] + - Arm64 processors - [powershell-7.6.0-rc.1-osx-arm64.pkg][13] + - x64 processors - [powershell-7.6.0-rc.1-osx-x64.pkg][15] There are two ways to install PowerShell using the downloaded package. @@ -110,8 +110,8 @@ you want to install. - Arm64 processors - [powershell-7.5.5-osx-arm64.tar.gz][10] - x64 processors - [powershell-7.5.5-osx-x64.tar.gz][12] - PowerShell 7.6-preview - - Arm64 processors - [powershell-7.6.0-rc1-osx-arm64.tar.gz][14] - - x64 processors - [powershell-7.6.0-rc1-osx-x64.tar.gz][16] + - Arm64 processors - [powershell-7.6.0-rc.1-osx-arm64.tar.gz][14] + - x64 processors - [powershell-7.6.0-rc.1-osx-x64.tar.gz][16] Use the following commands to install PowerShell from the binary archive. Change the download URL to match the version you want to install. @@ -190,9 +190,9 @@ can't support those methods. For more information, see [Alternate ways to instal [10]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-osx-arm64.tar.gz [11]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-osx-x64.pkg [12]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-osx-x64.tar.gz -[13]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-osx-arm64.pkg -[14]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-osx-arm64.tar.gz -[15]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-osx-x64.pkg +[13]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/powershell-7.6.0-rc.1-osx-arm64.pkg +[14]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/powershell-7.6.0-rc.1-osx-arm64.tar.gz +[15]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/powershell-7.6.0-rc.1-osx-x64.pkg [16]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-osx-x64.tar.gz [17]: https://specifications.freedesktop.org/basedir/latest/ [18]: https://support.apple.com/102445 From 4f14804ffa933b9fef4dd6846475eb988d4dbddd Mon Sep 17 00:00:00 2001 From: Theano Petersen Date: Tue, 17 Mar 2026 14:38:11 -0700 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .../docs-conceptual/install/install-powershell-on-macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/docs-conceptual/install/install-powershell-on-macos.md b/reference/docs-conceptual/install/install-powershell-on-macos.md index bcb4f380dc1..10bb1040133 100644 --- a/reference/docs-conceptual/install/install-powershell-on-macos.md +++ b/reference/docs-conceptual/install/install-powershell-on-macos.md @@ -193,7 +193,7 @@ can't support those methods. For more information, see [Alternate ways to instal [13]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/powershell-7.6.0-rc.1-osx-arm64.pkg [14]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/powershell-7.6.0-rc.1-osx-arm64.tar.gz [15]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/powershell-7.6.0-rc.1-osx-x64.pkg -[16]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-osx-x64.tar.gz +[16]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/powershell-7.6.0-rc.1-osx-x64.tar.gz [17]: https://specifications.freedesktop.org/basedir/latest/ [18]: https://support.apple.com/102445 [19]: PowerShell-Support-Lifecycle.md