From d9d4c4de606826cd73c027c779b95e43e84113d7 Mon Sep 17 00:00:00 2001 From: cynergyou Date: Wed, 3 Apr 2019 14:54:42 -0400 Subject: [PATCH] Updated Blocks Tutorial (markdown) --- Blocks-Tutorial.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Blocks-Tutorial.md b/Blocks-Tutorial.md index bae6e80..b6bb23b 100644 --- a/Blocks-Tutorial.md +++ b/Blocks-Tutorial.md @@ -7,24 +7,24 @@ This tutorial is available in two different versions. * If you are using an Android phone as your Robot Controller, click here to view the Android phone tutorial. * If you are using the Control Hub as your Robot Controller, click here to view the Control Hub tutorial. -### Table of Contents +### Table of Contents (Android Phone Robot Controller) 1. Introduction - * [The FTC Control System](https://github.com/ftctechnh/ftc_app/wiki/The-FTC-Control-System) - * [Required Materials](https://github.com/ftctechnh/ftc_app/wiki/Required-Materials) - * [Using Your Android Device](https://github.com/ftctechnh/ftc_app/wiki/Using-Your-Android-Device) + * [The FTC Control System](https://github.com/cynergyou/ftc_app/wiki/The-FTC-Control-System) + * [Required Materials](https://github.com/cynergyou/ftc_app/wiki/Required-Materials) + * [Using Your Android Device](https://github.com/cynergyou/ftc_app/wiki/Using-Your-Android-Device) 2. Configuring Your Hardware - * [Configuring Your Android Devices](https://github.com/ftctechnh/ftc_app/wiki/Configuring-Your-Android-Devices) - * [Connecting Devices to an Expansion Hub](https://github.com/ftctechnh/ftc_app/wiki/Connecting-Devices-to-an-Expansion-Hub) - * [Configuring Your Hardware](https://github.com/ftctechnh/ftc_app/wiki/Configuring-Your-Hardware) + * [Configuring Your Android Devices](https://github.com/cynergyou/ftc_app/wiki/Configuring-Your-Android-Devices) + * [Connecting Devices to an Expansion Hub](https://github.com/cynergyou/ftc_app/wiki/Connecting-Devices-to-an-Expansion-Hub) + * [Configuring Your Hardware](https://github.com/cynergyou/ftc_app/wiki/Configuring-Your-Hardware) 3. Connecting to the Program & Manage Server - * [Installing a Javascript Enabled Browser](https://github.com/ftctechnh/ftc_app/wiki/Installing-a-Javascript-Enabled-Browser) - * [Connecting a Laptop to Program & Manage Wi-Fi Network](https://github.com/ftctechnh/ftc_app/wiki/Connecting-a-Laptop-to-the-Program-&-Manage-Network) + * [Installing a Javascript Enabled Browser](https://github.com/cynergyou/ftc_app/wiki/Installing-a-Javascript-Enabled-Browser) + * [Connecting a Laptop to Program & Manage Wi-Fi Network](https://github.com/cynergyou/ftc_app/wiki/Connecting-a-Laptop-to-the-Program-&-Manage-Network) 4. Writing an Op Mode - * [Creating an Op Mode](https://github.com/ftctechnh/ftc_app/wiki/Writing-an-Op-Mode-with-FTC-Blocks) - * [Running an Op Mode](https://github.com/ftctechnh/ftc_app/wiki/Running-Your-Op-Mode) - * [Controlling a Servo](https://github.com/ftctechnh/ftc_app/wiki/Controlling-a-Servo-(Blocks)) - * [Using Sensors](https://github.com/ftctechnh/ftc_app/wiki/Using-Sensors-(Blocks)) -5. [Blocks Reference Material](https://github.com/ftctechnh/ftc_app/wiki/Blocks-Reference-Material) + * [Creating an Op Mode](https://github.com/cynergyou/ftc_app/wiki/Writing-an-Op-Mode-with-FTC-Blocks) + * [Running an Op Mode](https://github.com/cynergyou/ftc_app/wiki/Running-Your-Op-Mode) + * [Controlling a Servo](https://github.com/cynergyou/ftc_app/wiki/Controlling-a-Servo-(Blocks)) + * [Using Sensors](https://github.com/cynergyou/ftc_app/wiki/Using-Sensors-(Blocks)) +5. [Blocks Reference Material](https://github.com/cynergyou/ftc_app/wiki/Blocks-Reference-Material)