Skip to content

Commit 93b35ad

Browse files
v-thepetCopilot
andauthored
BULK Fix broken links (#12856)
* 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) * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent f778c25 commit 93b35ad

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

reference/docs-conceptual/install/install-powershell-on-macos.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ install.
3131
- Arm64 processors - [powershell-7.4.14-osx-arm64.pkg][05]
3232
- x64 processors - [powershell-7.4.14-osx-x64.pkg][07]
3333
- PowerShell 7.6-preview
34-
- Arm64 processors - [powershell-7.6.0-rc1-osx-arm64.pkg][13]
35-
- x64 processors - [powershell-7.6.0-rc1-osx-x64.pkg][15]
34+
- Arm64 processors - [powershell-7.6.0-rc.1-osx-arm64.pkg][13]
35+
- x64 processors - [powershell-7.6.0-rc.1-osx-x64.pkg][15]
3636

3737
There are two ways to install PowerShell using the downloaded package.
3838

@@ -110,8 +110,8 @@ you want to install.
110110
- Arm64 processors - [powershell-7.5.5-osx-arm64.tar.gz][10]
111111
- x64 processors - [powershell-7.5.5-osx-x64.tar.gz][12]
112112
- PowerShell 7.6-preview
113-
- Arm64 processors - [powershell-7.6.0-rc1-osx-arm64.tar.gz][14]
114-
- x64 processors - [powershell-7.6.0-rc1-osx-x64.tar.gz][16]
113+
- Arm64 processors - [powershell-7.6.0-rc.1-osx-arm64.tar.gz][14]
114+
- x64 processors - [powershell-7.6.0-rc.1-osx-x64.tar.gz][16]
115115

116116
Use the following commands to install PowerShell from the binary archive. Change the download URL to
117117
match the version you want to install.
@@ -190,10 +190,10 @@ can't support those methods. For more information, see [Alternate ways to instal
190190
[10]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-osx-arm64.tar.gz
191191
[11]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-osx-x64.pkg
192192
[12]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-osx-x64.tar.gz
193-
[13]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-osx-arm64.pkg
194-
[14]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-osx-arm64.tar.gz
195-
[15]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-osx-x64.pkg
196-
[16]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-osx-x64.tar.gz
193+
[13]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/powershell-7.6.0-rc.1-osx-arm64.pkg
194+
[14]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/powershell-7.6.0-rc.1-osx-arm64.tar.gz
195+
[15]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/powershell-7.6.0-rc.1-osx-x64.pkg
196+
[16]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/powershell-7.6.0-rc.1-osx-x64.tar.gz
197197
[17]: https://specifications.freedesktop.org/basedir/latest/
198198
[18]: https://support.apple.com/102445
199199
[19]: PowerShell-Support-Lifecycle.md

0 commit comments

Comments
 (0)