diff --git a/Managing-a-Control-Hub.md b/Managing-a-Control-Hub.md
index aa46967..f78c770 100644
--- a/Managing-a-Control-Hub.md
+++ b/Managing-a-Control-Hub.md
@@ -149,8 +149,9 @@ The Control Hub is configured so that it automatically will support an adb wirel
| ---- |
| 1. Verify that your laptop is connected to the Program & Manage wireless network of the Control Hub. If you are connected to the network, you should be able to see the _Robot Controller Connection Info_ page when you navigate to address "192.168.43.1:8080":
[[/images/Managing-a-Control-Hub/RCConnectionInfoPage.jpg]]
If your laptop is not connected and you are unable to access the _Robot Controller Connection Info_ page, then read the instructions in the following [tutorial](Connecting-a-Laptop-to-the-Program-&-Manage-Network) to learn how to connect to the Program & Manage network.
[Connecting a Laptop to the Program & Manage Network](Connecting-a-Laptop-to-the-Program-&-Manage-Network)|
| 2. Verify that the PATH environment variable for your Windows computer includes the path to the adb.exe executable file. The [Android Developer website](https://developer.android.com/studio/command-line/adb) tells you where in your Android SDK installation you can find the adb.exe file. This [post](https://helpdeskgeek.com/windows-10/add-windows-path-environment-variable/) from [HelpDeskGeek.com](https://helpdeskgeek.com/windows-10/add-windows-path-environment-variable/) shows how to add a directory to your Windows PATH environment variable.|
-| 3. Open a Windows Command Prompt and type in "adb.exe connect 192.168.43.1:5555". This should connect your adb server to the Control Hub over the wireless connection.
[[/images/Managing-a-Control-Hub/adbConnected.jpg]]
| +| 3. Open a Windows Command Prompt and type in "adb.exe connect 192.168.43.1:5555". This should connect your adb server to the Control Hub over the wireless connection.[[/images/Managing-a-Control-Hub/adbConnected.jpg]]|
+|
More information about wireless ADB is available [**in this FTC Wiki tutorial**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging-Part-3,-RC-File-Transfer).