Skip to content

Commit 4ffea83

Browse files
Merge pull request #211276 from paweenatongbai/broken-links-fcabrera-sept12
Broken link fixes - fcabrera
2 parents 27e6435 + 05632b9 commit 4ffea83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/iot-edge/how-to-connect-usb-devices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The following steps provide a sample EFLOW PowerShell cmdlet to attach a USB dev
9090
Remove-EflowUSBDevices -busid <busid>
9191
```
9292
> [!IMPORTANT]
93-
> The attachment from the EFLOW VM to the USB device does not persist across reboots. To attach the USB device after reboot, you may need to create a bash script that runs during startup and connects the device using the `usbip` bash command. For more information about how to attach the device on the EFLOW VM side, see [Add-EflowUSBDevices](https://github.com/Azure/iotedge-eflow/tree/main/eflow-util/eflow-usbip/EflowUtil.psm1).
93+
> The attachment from the EFLOW VM to the USB device does not persist across reboots. To attach the USB device after reboot, you may need to create a bash script that runs during startup and connects the device using the `usbip` bash command. For more information about how to attach the device on the EFLOW VM side, see [Add-EflowUSBDevices](https://github.com/Azure/iotedge-eflow/blob/main/eflow-util/eflow-usbip/EflowUtil-Usbip.psm1).
9494
9595
To learn more about how USB over IP, see the [Connecting USB devices to WSL](https://devblogs.microsoft.com/commandline/connecting-usb-devices-to-wsl/#how-it-works) and the [usbipd-win repo on GitHub](https://github.com/dorssel/usbipd-win/wiki).
9696

articles/iot-edge/tutorial-nested-iot-edge-for-linux-on-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The `iotedge-config` tool will also make the module deployments to your IoT Edge
9393

9494
To use the `iotedge-config` tool to create and configure your hierarchy, follow the steps below in the **top layer IoT Edge for Linux on Windows device**:
9595

96-
1. Log in to [Azure Bash Shell](/azure/cloud-shell/quickstart.md) and start a new bash session.
96+
1. Log in to [Azure Bash Shell](../cloud-shell/quickstart.md) and start a new bash session.
9797

9898
1. Make a directory for your tutorial's resources:
9999

0 commit comments

Comments
 (0)