From 30b3cb4049ddcab6ad3863f3b940c9db84183ab3 Mon Sep 17 00:00:00 2001 From: Westside Robotics Date: Wed, 8 Jun 2022 17:06:11 -0700 Subject: [PATCH] 6-8-22 update linked names of Parts 2, 3, 4 --- Datalogging.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Datalogging.md b/Datalogging.md index d1d2962..2961551 100644 --- a/Datalogging.md +++ b/Datalogging.md @@ -246,11 +246,11 @@ You are encouraged to submit and describe other examples that worked for you. This is **Part 1** of a 4-part series on FTC Datalogging. -[**Part 2**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging,-Part-2-Custom-Data) shows how to customize the sample OpMode to log other robot data of your choice. +[**Part 2**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging-Part-2,-Custom-Data) shows how to customize the sample OpMode to log other robot data of your choice. -[**Part 3**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging,-Part-3-RC-File-Transfer) shows Android Studio users how to transfer datalog files from the RC device to a computer. (This isn't needed with OnBot Java, where datalogs appear on-screen for easy Download.) +[**Part 3**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging-Part-3,-RC-File-Transfer) shows Android Studio users how to transfer datalog files from the RC device to a computer. (This isn't needed with OnBot Java, where datalogs appear on-screen for easy Download.) -[**Part 4**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging,-Part-4-Java-Learning-Exercise) describes the inner workings of a **different**, much simpler Datalogging class. It's strictly a Java learning exercise, showing basic steps to log robot data on the RC device. It does not require familiarity with Parts 1 and 2. +[**Part 4**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging-Part-4,-Java-Learning-Exercise) describes the inner workings of a **different**, much simpler Datalogging class. It's strictly a Java learning exercise, showing basic steps to log robot data on the RC device. It does not require familiarity with Parts 1 and 2. ***