From 29fd704c1429a405b632b4c853c0754cae6fb57d Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Fri, 26 Jul 2019 14:18:17 -0400 Subject: [PATCH] Updated Programming Using Java (markdown) --- Programming-Using-Java.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Programming-Using-Java.md b/Programming-Using-Java.md index d969e3a..6fee5ec 100644 --- a/Programming-Using-Java.md +++ b/Programming-Using-Java.md @@ -10,7 +10,7 @@ The FTC Control System can be programmed using the Java programming language. T - The source code editor has limited features. - The auto-complete function is limited. - Not integrated with version control software (such as git). - * Click [here](OnBot-Java-Tutorial) to learn how to program with the OnBot Java tool. + * Click [here](OnBot-Java-Tutorial) to learn how to program with the [OnBot Java tool](OnBot-Java-Tutorial). 2. **[Android Studio](Android-Studio-Tutorial)** - Android Studio is the development tool that is recommended by Google to author Android apps. Android Studio can be used to create, edit and build _op modes_ for an FTC robot. However, Android Studio is only recommended for experienced programmers. Inexperienced programmers should use the [Blocks programming tool](Blocks-Tutorial) instead. @@ -24,6 +24,6 @@ The FTC Control System can be programmed using the Java programming language. T - Requires an advanced knowledge of Java. - Requires a modern, high-performing development computer. - Can be very difficult for a novice to install, configure and maintain. - * Click [here](Android-Studio-Tutorial) to learn how to program with Android Studio. + * Click [here](Android-Studio-Tutorial) to learn how to program with [Android Studio](Android-Studio-Tutorial). **Important Note:** Both Java programming tools require that the user have an in-depth understanding of the Java programming language. If you are not an advanced Java programmer, then FIRST recommends that you take a look at the [Blocks Tutorial](Blocks-Tutorial) and that you consider using the Blocks tool to program your robot.