Skip to content

Commit 832106f

Browse files
Merge pull request #207903 from atikmapari/Broken-link-fcabrera
Broken link fixed
2 parents 63267d6 + 305782a commit 832106f

3 files changed

+5
-5
lines changed

articles/iot-edge/troubleshoot-iot-edge-for-linux-on-windows-common-errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following section addresses the common errors when installing the EFLOW MSI
2020
- [Azure IoT Edge for Linux on Windows prerequisites](https://aka.ms/AzEFLOW-Requirements)
2121
- [Nested virtualization for Azure IoT Edge for Linux on Windows](./nested-virtualization.md)
2222
- [Networking configuration for Azure IoT Edge for Linux on Windows](./how-to-configure-iot-edge-for-linux-on-windows-networking.md)
23-
- [Azure IoT Edge for Linux on Windows virtual switch creation](/how-to-create-virtual-switch.md)
23+
- [Azure IoT Edge for Linux on Windows virtual switch creation](./how-to-create-virtual-switch.md)
2424
- [PowerShell functions for IoT Edge for Linux on Windows](./reference-iot-edge-for-linux-on-windows-functions.md)
2525

2626
> [!div class="mx-tdCol2BreakAll"]
@@ -90,7 +90,7 @@ The following section addresses the common errors related to EFLOW networking an
9090

9191
- [Azure IoT Edge for Linux on Windows networking](./iot-edge-for-linux-on-windows-networking.md)
9292
- [Networking configuration for Azure IoT Edge for Linux on Windows](./how-to-configure-iot-edge-for-linux-on-windows-networking.md)
93-
- [Azure IoT Edge for Linux on Windows virtual switch creation](/how-to-create-virtual-switch.md)
93+
- [Azure IoT Edge for Linux on Windows virtual switch creation](./how-to-create-virtual-switch.md)
9494

9595
> [!div class="mx-tdCol2BreakAll"]
9696
> | Error | Error Description | Solution |

articles/iot-edge/troubleshoot-iot-edge-for-linux-on-windows-networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ For more information about EFLOW VM firewall, see [IoT Edge for Linux on Windows
122122
sudo iptables -L
123123
```
124124
125-
To add a firewall rule to the EFLOW VM, you can use the [EFLOW Util - Firewall Rules](https://github.com/Azure/iotedge-eflow/tree/eflow-usbip/eflow-util/firewall-rules) sample PowerShell cmdlets. Also, you can achieve the same rules creation by following these steps:
125+
To add a firewall rule to the EFLOW VM, you can use the [EFLOW Util - Firewall Rules](https://github.com/Azure/iotedge-eflow/tree/main/eflow-util#get-eflowvmfirewallrules) sample PowerShell cmdlets. Also, you can achieve the same rules creation by following these steps:
126126
127127
1. Start an elevated _PowerShell_ session using **Run as Administrator**.
128128
1. Connect to the EFLOW virtual machine

articles/iot-edge/troubleshoot-iot-edge-for-linux-on-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Second, if the GPU is correctly assigned, but still not being able to use it ins
183183
The first step before checking *WSSDAgent* logs is to check if the VM was created and is running.
184184
185185
1. Start an elevated _PowerShell_ session using **Run as Administrator**.
186-
1. On Windows Client SKUs, check the [HCS](/virtualization/community/team-blog/2017/20170127-introducing-the-host-compute-service-hcs.md) virtual machines.
186+
1. On Windows Client SKUs, check the [HCS](/virtualization/community/team-blog/2017/20170127-introducing-the-host-compute-service-hcs) virtual machines.
187187
```powershell
188188
hcsdiag list
189189
```
@@ -197,7 +197,7 @@ The first step before checking *WSSDAgent* logs is to check if the VM was create
197197
VM, SavedAsTemplate, 88D7AA8C-0D1F-4786-B4CB-62EFF1DECD92, CmService
198198
```
199199
200-
1. On Windows Server SKUs, check the [VMMS](/windows-server/virtualization/hyper-v/hyper-v-technology-overview.md) virtual machines
200+
1. On Windows Server SKUs, check the [VMMS](/windows-server/virtualization/hyper-v/hyper-v-technology-overview) virtual machines
201201
```powershell
202202
hcsdiag list
203203
```

0 commit comments

Comments
 (0)