Skip to content

Commit d5eaed1

Browse files
committed
fix links
1 parent ec8d162 commit d5eaed1

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,6 @@ In both cases, you need the [Windows x64 ZIP release package][23]. Run the comma
327327
image.
328328
1. Unmount the image and boot it.
329329
1. Connect to the built-in instance of Windows PowerShell.
330-
1. Follow the instructions to create a remoting endpoint using the
331-
["another instance technique"][03].
332330

333331
### Online Deployment of PowerShell
334332

@@ -349,9 +347,6 @@ Enter-PSSession $session
349347
Expand-Archive -Path C:\PowerShell-7.5.0-win-x64.zip -DestinationPath 'C:\Program Files\PowerShell 7'
350348
```
351349

352-
If you want WSMan-based remoting, follow the instructions to create a remoting endpoint using the
353-
["another instance technique"][03].
354-
355350
## PowerShell remoting
356351

357352
PowerShell supports the PowerShell Remoting Protocol (PSRP) over both WSMan and SSH. For more
@@ -375,7 +370,6 @@ can't support those methods.
375370
<!-- link references -->
376371
[01]: ../security/remoting/SSH-Remoting-in-PowerShell.md
377372
[02]: ../security/remoting/WSMan-Remoting-in-PowerShell.md
378-
[03]: ../security/remoting/WSMan-Remoting-in-PowerShell.md#executed-by-another-instance-of-powershell-on-behalf-of-the-instance-that-it-will-register
379373
[04]: /dotnet/core/sdk
380374
[05]: /dotnet/core/tools/global-tools
381375
[06]: /windows-server/get-started/deploy-nano-server
@@ -388,9 +382,6 @@ can't support those methods.
388382
[13]: #powershell-remoting
389383
[14]: #winget
390384
[15]: #zip
391-
[16]: https://aka.ms/powershell-release?tag=lts
392-
[17]: https://aka.ms/powershell-release?tag=preview
393-
[18]: https://aka.ms/powershell-release?tag=stable
394385
[19]: https://github.com/ms-iot/iot-adk-addonkit/blob/master/Tools/IoTCoreImaging/Docs/Import-PSCoreRelease.md#Import-PSCoreRelease
395386
[20]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0/PowerShell-7.5.0-win-arm64.msi
396387
[21]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0/PowerShell-7.5.0-win-arm64.zip

reference/includes/latest-install.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,14 @@ ms.topic: include
1111
> following links direct you to the release page for each version in the PowerShell repository on
1212
> GitHub.
1313
>
14-
> - v7.5.0 - Stable release: [https://aka.ms/powershell-release?tag=stable][18]
15-
> - v7.4.7 - LTS release: [https://aka.ms/powershell-release?tag=lts][16]
16-
> - v7.6.0-preview.2 - Preview release: [https://aka.ms/powershell-release?tag=preview][17]
14+
> - v7.5.0 - Stable release: [https://aka.ms/powershell-release?tag=stable][03]
15+
> - v7.4.7 - LTS release: [https://aka.ms/powershell-release?tag=lts][01]
16+
> - v7.6.0-preview.2 - Preview release: [https://aka.ms/powershell-release?tag=preview][02]
1717
>
1818
> Download links for every package are found in the **Assets** section of the Release page. The
1919
> **Assets** section may be collapsed, so you may need to click to expand it.
20+
21+
<!-- link references -->
22+
[01]: https://aka.ms/powershell-release?tag=lts
23+
[02]: https://aka.ms/powershell-release?tag=preview
24+
[03]: https://aka.ms/powershell-release?tag=stable

0 commit comments

Comments
 (0)