From 0e73e469564f68cffc38916b2ed5b100b0ea6d84 Mon Sep 17 00:00:00 2001 From: Westside Robotics Date: Wed, 8 Jun 2022 17:00:47 -0700 Subject: [PATCH] 6-8-22 remove colon from page title --- ...rt-2:-Custom-Data.md => Datalogging-Part-2,-Custom-Data.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename Datalogging,-Part-2:-Custom-Data.md => Datalogging-Part-2,-Custom-Data.md (99%) diff --git a/Datalogging,-Part-2:-Custom-Data.md b/Datalogging-Part-2,-Custom-Data.md similarity index 99% rename from Datalogging,-Part-2:-Custom-Data.md rename to Datalogging-Part-2,-Custom-Data.md index db125e7..a7c8470 100644 --- a/Datalogging,-Part-2:-Custom-Data.md +++ b/Datalogging-Part-2,-Custom-Data.md @@ -334,9 +334,9 @@ This is Part 2 of a 4-part series on FTC Datalogging. [**Part 1**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging) shows how to run a sample OpMode and chart its data. -[**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. ***